diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-07-13 13:28:48 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-07-13 13:28:48 +0000 |
commit | bc529af088a4a8efc8eb270104d45bff31a2999a (patch) | |
tree | 07189b5d7b3d1b79e8674c7cd5bc00fe2c172415 /cpp/src/IceGrid/ServerAdapterI.cpp | |
parent | Added command line chat client (diff) | |
download | ice-bc529af088a4a8efc8eb270104d45bff31a2999a.tar.bz2 ice-bc529af088a4a8efc8eb270104d45bff31a2999a.tar.xz ice-bc529af088a4a8efc8eb270104d45bff31a2999a.zip |
Fixed tests, bug fixes
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerAdapterI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.cpp b/cpp/src/IceGrid/ServerAdapterI.cpp index 451e43e676d..b30695579f7 100644 --- a/cpp/src/IceGrid/ServerAdapterI.cpp +++ b/cpp/src/IceGrid/ServerAdapterI.cpp @@ -17,7 +17,7 @@ using namespace std; using namespace IceGrid; ServerAdapterI::ServerAdapterI(const NodeIPtr& node, - const ServerIPtr& server, + ServerI* server, const string& serverName, const AdapterPrx& proxy, const string& id, |