diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-11-14 10:53:18 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-11-14 10:53:18 +0000 |
commit | 4080b9013878e242cf93b9672607c81329380adb (patch) | |
tree | 6d97467d754e70b6b79f903fa3ba3ca70052d9b9 /cpp/src/Ice/Reference.h | |
parent | Bug 429 (diff) | |
download | ice-4080b9013878e242cf93b9672607c81329380adb.tar.bz2 ice-4080b9013878e242cf93b9672607c81329380adb.tar.xz ice-4080b9013878e242cf93b9672607c81329380adb.zip |
bug 429
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index 41ce6eddd84..f797d25e021 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -275,6 +275,7 @@ protected: private: std::string _adapterId; + std::string _connectionId; LocatorInfoPtr _locatorInfo; }; |