diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-10 09:24:12 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-10 09:24:12 +0000 |
commit | c4bf4bc99155df8414f63daa138879d8ccacb0f2 (patch) | |
tree | 6d48fd077ff8d56095bd11db2d9c2157ce93a0ac /cpp/src/IceGrid/DescriptorHelper.h | |
parent | file OpenSSLRuntime.ism was initially added on branch R3_0_branch. (diff) | |
download | ice-c4bf4bc99155df8414f63daa138879d8ccacb0f2.tar.bz2 ice-c4bf4bc99155df8414f63daa138879d8ccacb0f2.tar.xz ice-c4bf4bc99155df8414f63daa138879d8ccacb0f2.zip |
Added "always" activation mode.
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index 85043c40de7..610a20b7989 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -67,7 +67,7 @@ public: virtual void getIds(std::multiset<std::string>&, std::multiset<Ice::Identity>&) const; - virtual void print(IceUtil::Output&) const; + void print(IceUtil::Output&) const; protected: @@ -120,7 +120,8 @@ public: ServerDescriptorPtr getDescriptor() const; virtual ServerDescriptorPtr instantiate(const Resolver&) const; - void print(IceUtil::Output&, const std::string& = std::string(), const std::string& = std::string()) const; + void print(IceUtil::Output&) const; + void print(IceUtil::Output&, const std::string&, const std::string&) const; protected: @@ -149,7 +150,8 @@ public: virtual void getIds(std::multiset<std::string>&, std::multiset<Ice::Identity>&) const; - void print(IceUtil::Output&, const std::string& = std::string(), const std::string& = std::string()) const; + void print(IceUtil::Output&) const; + void print(IceUtil::Output&, const std::string&, const std::string&) const; protected: |