class nocopy introduced
This commit is contained in:
@@ -124,6 +124,14 @@ int upx_tolower(int c);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
class nocopy
|
||||||
|
{
|
||||||
|
nocopy(const nocopy &); // undefined
|
||||||
|
nocopy& operator=(const nocopy &); // undefined
|
||||||
|
public:
|
||||||
|
inline nocopy() {}
|
||||||
|
};
|
||||||
|
|
||||||
#endif /* already included */
|
#endif /* already included */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user