diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-09 06:57:43 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-09 06:57:43 +0000 |
commit | 3e347721b5881a3bc792eceba86346905c759db4 (patch) | |
tree | c8e7ecd5ab13581d8d68ef4c7bd304f5f5ad1946 /cppe/src/IceE/ReferenceFactory.h | |
parent | cleanup. CE demos now use config.txt (diff) | |
download | ice-3e347721b5881a3bc792eceba86346905c759db4.tar.bz2 ice-3e347721b5881a3bc792eceba86346905c759db4.tar.xz ice-3e347721b5881a3bc792eceba86346905c759db4.zip |
- IceE now supports datagram, batch datagram and secure modes.
- The modes are preserved by the proxy.
- stringified proxies can be both read/written which contain these modes.
- any attempt to call on a proxy which supports contains this an
unsupported mode will result in a NoEndpointException.
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.h')
-rw-r--r-- | cppe/src/IceE/ReferenceFactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.h b/cppe/src/IceE/ReferenceFactory.h index a9c802db1bb..d2c4c4482ae 100644 --- a/cppe/src/IceE/ReferenceFactory.h +++ b/cppe/src/IceE/ReferenceFactory.h @@ -32,7 +32,7 @@ public: // Create a direct reference. // ReferencePtr create(const ::Ice::Identity&, const ::Ice::Context&, const ::std::string&, - Reference::Mode, const ::std::vector<EndpointPtr>& + Reference::Mode, bool, const ::std::vector<EndpointPtr>& #ifdef ICEE_HAS_ROUTER , const RouterInfoPtr& #endif @@ -42,7 +42,7 @@ public: // #ifdef ICEE_HAS_LOCATOR ReferencePtr create(const ::Ice::Identity&, const ::Ice::Context&, const ::std::string&, - Reference::Mode, const ::std::string& + Reference::Mode, bool, const ::std::string& #ifdef ICEE_HAS_ROUTER , const RouterInfoPtr& #endif |