diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-12-08 14:10:38 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-12-08 14:10:38 -0800 |
commit | 55527152af356fda6037f836c978c2b3a2e2f045 (patch) | |
tree | d1872fe6e2d01fa15455a462df090ef94799cb5b /cpp/src/Ice/Instance.h | |
parent | vsplugin fxcop issues (diff) | |
download | ice-55527152af356fda6037f836c978c2b3a2e2f045.tar.bz2 ice-55527152af356fda6037f836c978c2b3a2e2f045.tar.xz ice-55527152af356fda6037f836c978c2b3a2e2f045.zip |
- bug 3533: add async version of Connection/Communicator
flushBatchRequests operation
- Slice file cleanup in C# tests
- Updating C++ dependencies
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index 8a3b93ba399..8b2aad60c86 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -37,6 +37,7 @@ #include <Ice/FacetMap.h> #include <Ice/Process.h> #include <list> +#include <memory> namespace Ice { @@ -77,7 +78,6 @@ public: size_t messageSizeMax() const { return _messageSizeMax; } Ice::Int clientACM() const; Ice::Int serverACM() const; - void flushBatchRequests(); Ice::Identity stringToIdentity(const std::string&) const; std::string identityToString(const Ice::Identity&) const; @@ -160,7 +160,6 @@ private: size_t _offset; }; - class ProcessI : public Ice::Process { public: |