diff options
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/include/IceE/Config.h | 6 | ||||
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h index 79006e0667c..964a8e656c8 100644 --- a/cppe/include/IceE/Config.h +++ b/cppe/include/IceE/Config.h @@ -13,18 +13,18 @@ // // Comment this out if you want to build without Router support. // -//#define ICEE_HAS_ROUTER +#define ICEE_HAS_ROUTER // // Comment this out if you want to build without Locator support. // -//#define ICEE_HAS_LOCATOR +#define ICEE_HAS_LOCATOR // // Comment this out if you want to build without batch mode on the // client side. // -//#define ICEE_HAS_BATCH +#define ICEE_HAS_BATCH // *********************************************************************** diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index 2cde67ede2f..c0b8283cdbd 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -916,7 +916,7 @@ IceInternal::IndirectReference::IndirectReference(const InstancePtr& inst, const const Identity& ident, const Context& ctx, const string& fs, Mode md, bool sec, const string& adptid, const RouterInfoPtr& rtrInfo, const LocatorInfoPtr& locInfo) : - RoutableReference(inst, com ident, ctx, fs, md, sec, rtrInfo), + RoutableReference(inst, com, ident, ctx, fs, md, sec, rtrInfo), _adapterId(adptid), _locatorInfo(locInfo) { |