diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 19:07:12 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 19:07:12 +0000 |
commit | 99a1e439a69d09563d10cf9f098214636fd1c714 (patch) | |
tree | 8912fc8fa3208aa8f39f4b98f5105af56f01bc2a /cppe/include/IceE/ObjectAdapter.h | |
parent | Changes for VS2005 support (diff) | |
download | ice-99a1e439a69d09563d10cf9f098214636fd1c714.tar.bz2 ice-99a1e439a69d09563d10cf9f098214636fd1c714.tar.xz ice-99a1e439a69d09563d10cf9f098214636fd1c714.zip |
- Socket timeout fixes.
- Removed unused code for collocation optimization.
Diffstat (limited to 'cppe/include/IceE/ObjectAdapter.h')
-rwxr-xr-x | cppe/include/IceE/ObjectAdapter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/include/IceE/ObjectAdapter.h b/cppe/include/IceE/ObjectAdapter.h index 6ab7bde48e4..f598d9cc5ff 100755 --- a/cppe/include/IceE/ObjectAdapter.h +++ b/cppe/include/IceE/ObjectAdapter.h @@ -82,8 +82,6 @@ public: void setLocator(const LocatorPrx&);
#endif
- bool isLocal(const ObjectPrx&) const;
-
void flushBatchRequests();
void incDirectCount();
|