home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2002 May
/
Game.EXE_05_2002.iso
/
Alawar
/
Lib
/
Nocopy.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-03-24
|
204 b
|
15 lines
#ifndef __NOCOPY_H__
#define __NOCOPY_H__
class Nocopy
{
const Nocopy & operator=(const Nocopy & );
Nocopy(const Nocopy & );
public:
Nocopy()
{}
~Nocopy()
{}
};
#endif //__NOCOPY_H__