blob: 14f50e408fb6ed4c7161c9d69bce9d2bbbb9169e [file] [log] [blame]
#ifndef _H_mozincludes
#define _H_mozincludes
// Defines private prototypes for copy constructor and assigment operator. Do
// not implement these methods.
#define DISALLOW_EVIL_CONSTRUCTORS(CLASS) \
private: \
CLASS(const CLASS&); \
CLASS& operator=(const CLASS&)
#include "xpcom-config.h"
#include "mozilla-config.h"
#endif