diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-06-02 15:34:46 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-06-02 15:34:46 +0000 |
commit | 2fa5eeac950a312d83b1d3bb7510d4e17f6777ff (patch) | |
tree | 58588af8967f527433f4c7a7ba5c1112c33b3fcd /cpp/src/IceGrid/DescriptorHelper.h | |
parent | minor fix (diff) | |
download | ice-2fa5eeac950a312d83b1d3bb7510d4e17f6777ff.tar.bz2 ice-2fa5eeac950a312d83b1d3bb7510d4e17f6777ff.tar.xz ice-2fa5eeac950a312d83b1d3bb7510d4e17f6777ff.zip |
Added support for targets attribute of the application, server and service
descriptors Ported IcePack fixes (configurable identities).
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index 262923a8287..b9b33dc5417 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -39,7 +39,7 @@ public: std::vector<std::string> getCurrentScopeParameters() const; void addParameter(const std::string&); - const std::vector<std::string>& getDeploymentTargets() const; + std::vector<std::string> getDeploymentTargets(const std::string&) const; void substitution(bool); bool substitution() const; |