Kaydet (Commit) 75168928 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

These functions wouldn't be implicitly declared/defined, anyway

Change-Id: Icd8531a6665b83c801b2f1e62dea5e8c45b06f00
üst fcdf75d9
......@@ -77,12 +77,6 @@ public:
inline void dispatch(
struct _typelib_TypeDescription const * pMemberType,
void * pReturn, void * pArgs [], uno_Any ** ppException ) const;
private:
inline bool operator == ( UnoInterfaceReference const & ); // not impl
inline bool operator != ( UnoInterfaceReference const & ); // not impl
inline bool operator == ( uno_Interface * ); // not impl
inline bool operator != ( uno_Interface * ); // not impl
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment