disable the default constructor to avoid bugs
parent
5b4433d50b
commit
3e3d180edb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue