diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-23 17:13:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-23 17:13:13 +0200 |
commit | 751689283c9f3010f7978b6576b25ffc579202ef (patch) | |
tree | fdbacbaac41d9f28831d50b102ade36cf86576c0 /include | |
parent | fcdf75d9460c933670a03b5d88de17838db23ee2 (diff) |
These functions wouldn't be implicitly declared/defined, anyway
Change-Id: Icd8531a6665b83c801b2f1e62dea5e8c45b06f00
Diffstat (limited to 'include')
-rw-r--r-- | include/uno/dispatcher.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx index d8d5189b14ec..f7a4a0a37f6f 100644 --- a/include/uno/dispatcher.hxx +++ b/include/uno/dispatcher.hxx @@ -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 }; |