diff options
Diffstat (limited to 'cpp/src/Ice/LoggerAdminI.h')
-rw-r--r-- | cpp/src/Ice/LoggerAdminI.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/LoggerAdminI.h b/cpp/src/Ice/LoggerAdminI.h index 1a175d1b8ff..57991888f18 100644 --- a/cpp/src/Ice/LoggerAdminI.h +++ b/cpp/src/Ice/LoggerAdminI.h @@ -26,10 +26,9 @@ class ICE_API LoggerAdminLogger : public Ice::Logger public: // - // Add the associated LoggerAdmin facet to this communicator + // Return the associated Admin facet // - virtual void addAdminFacet(const CommunicatorPtr&) = 0; - + virtual ObjectPtr getFacet() const = 0; // // Destroy this logger, in particular join any thread |