Parent Directory
|
Revision Log
move all directories from trunk/esys2 into trunk and remove esys2
1 | |
2 | #ifndef CPPUNIT_GUARDS_H |
3 | #define CPPUNIT_GUARDS_H |
4 | |
5 | // Prevent copy construction and assignment for a class |
6 | #define REFERENCEOBJECT(className) \ |
7 | private: \ |
8 | className (const className& other); \ |
9 | className& operator= (const className& other); |
10 | |
11 | #endif |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |