diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-17 17:07:49 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-17 17:07:49 +0000 |
commit | 4d36ecea8fa70c0138afd8601f6a4483e108cd0b (patch) | |
tree | 1006866237467d876553fa3075c45446af4d96a8 /cpp/src/Ice/CommunicatorI.cpp | |
parent | file DescriptorParser.h was initially added on branch icepack_refactoring. (diff) | |
download | ice-4d36ecea8fa70c0138afd8601f6a4483e108cd0b.tar.bz2 ice-4d36ecea8fa70c0138afd8601f6a4483e108cd0b.tar.xz ice-4d36ecea8fa70c0138afd8601f6a4483e108cd0b.zip |
more and more AMI
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 920c3e419f1..0434bb90a7a 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -344,13 +344,13 @@ Ice::CommunicatorI::flushBatchRequests() _instance->flushBatchRequests(); } -Ice::CommunicatorI::CommunicatorI(int& argc, char* argv[], const PropertiesPtr& properties) : +Ice::CommunicatorI::CommunicatorI(const PropertiesPtr& properties) : _destroyed(false) { __setNoDelete(true); try { - _instance = new Instance(this, argc, argv, properties); + _instance = new Instance(this, properties); // // Keep a reference to the dynamic library list to ensure |