/[escript]/trunk/tools/CppUnitTest/inc/CppUnitTest/Guards.h
ViewVC logotype

Contents of /trunk/tools/CppUnitTest/inc/CppUnitTest/Guards.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File MIME type: text/plain
File size: 269 byte(s)
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

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26