disable the default constructor to avoid bugs
parent
5b4433d50b
commit
3e3d180edb
|
@ -81,6 +81,7 @@ protected:
|
||||||
void AddSelfInterface (uint32_t iid, NsUnknown *interface);
|
void AddSelfInterface (uint32_t iid, NsUnknown *interface);
|
||||||
private:
|
private:
|
||||||
friend class NsUnknownImpl;
|
friend class NsUnknownImpl;
|
||||||
|
NsUnknown ();
|
||||||
NsUnknown *DoQueryInterface (uint32_t iid);
|
NsUnknown *DoQueryInterface (uint32_t iid);
|
||||||
void RefInternal (void);
|
void RefInternal (void);
|
||||||
void UnrefInternal (void);
|
void UnrefInternal (void);
|
||||||
|
|
Loading…
Reference in New Issue