diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-07 15:23:05 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-07 15:23:05 +0000 |
commit | 8159773193ab95b7b35aec8cba4cc03f473c0dda (patch) | |
tree | dd0ec9401db8dd8b588465a62fa6662c4f523cc3 /cpp/src/Ice/CommunicatorI.h | |
parent | IceGrid Win32 fixes (diff) | |
download | ice-8159773193ab95b7b35aec8cba4cc03f473c0dda.tar.bz2 ice-8159773193ab95b7b35aec8cba4cc03f473c0dda.tar.xz ice-8159773193ab95b7b35aec8cba4cc03f473c0dda.zip |
Fixed bug 1042
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h index d7087d703f4..fe29d051696 100644 --- a/cpp/src/Ice/CommunicatorI.h +++ b/cpp/src/Ice/CommunicatorI.h @@ -68,7 +68,7 @@ private: // void finishSetup(int&, char*[]); - friend ICE_API CommunicatorPtr initialize(int&, char*[], InitializationData, Int); + friend ICE_API CommunicatorPtr initialize(int&, char*[], const InitializationData&, Int); friend ICE_API ::IceInternal::InstancePtr IceInternal::getInstance(const ::Ice::CommunicatorPtr&); const ::IceInternal::InstancePtr _instance; |