disable the default constructor to avoid bugs

Mathieu Lacage 2007-05-03 11:06:51 +02:00
parent 5b4433d50b
commit 3e3d180edb
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ protected:
void AddSelfInterface (uint32_t iid, NsUnknown *interface);
private:
friend class NsUnknownImpl;
NsUnknown ();
NsUnknown *DoQueryInterface (uint32_t iid);
void RefInternal (void);
void UnrefInternal (void);