summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ReferenceFactory.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-06-03 19:32:20 -0700
committerMark Spruiell <mes@zeroc.com>2008-06-03 19:32:20 -0700
commit3d649bed4328992f41f567136025f58a019a5159 (patch)
tree470be901fbbfe5c6cd4269884412b0d36b48dc92 /cppe/src/IceE/ReferenceFactory.h
parentlocal interface fixes for slice2javae (diff)
downloadice-3d649bed4328992f41f567136025f58a019a5159.tar.bz2
ice-3d649bed4328992f41f567136025f58a019a5159.tar.xz
ice-3d649bed4328992f41f567136025f58a019a5159.zip
Various Ice-E fixes:
- Bug fix in slice2javae for local interfaces/classes - Added Ice.LocalObjectHolder - Reviewed Java/C++ demos and aligned with Ice - Source code clean up (removed tabs, etc.)
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.h')
-rw-r--r--cppe/src/IceE/ReferenceFactory.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.h b/cppe/src/IceE/ReferenceFactory.h
index 4127e453deb..d3f1ce82b3d 100644
--- a/cppe/src/IceE/ReferenceFactory.h
+++ b/cppe/src/IceE/ReferenceFactory.h
@@ -34,19 +34,19 @@ public:
ReferencePtr create(const ::Ice::Identity&, const Ice::Context&, const ::std::string&, ReferenceMode, bool,
const ::std::vector<EndpointPtr>&
#ifdef ICEE_HAS_ROUTER
- , const RouterInfoPtr&
+ , const RouterInfoPtr&
#endif
- );
+ );
//
// Create an indirect reference.
//
#ifdef ICEE_HAS_LOCATOR
ReferencePtr create(const ::Ice::Identity&, const Ice::Context&, const ::std::string&, ReferenceMode, bool,
- const ::std::string&
+ const ::std::string&
#ifdef ICEE_HAS_ROUTER
- , const RouterInfoPtr&
+ , const RouterInfoPtr&
#endif
- , const LocatorInfoPtr&);
+ , const LocatorInfoPtr&);
#endif
//
// Create a fixed reference.