summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-01 14:03:46 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-01 14:03:46 +0000
commit01809ab09a0859a7dc64e522d563023d6e3f6f40 (patch)
tree58d906c92639203a6a5645f685d67830e3356265 /TAO/tao/ORB.h
parent2a398e7caeaf541292a898ce494343a23039ee59 (diff)
downloadATCD-01809ab09a0859a7dc64e522d563023d6e3f6f40.tar.gz
ChangeLogTag: Mon Jul 1 09:02:32 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 109b52ad0aa..8dc4f944a80 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -52,7 +52,7 @@ class TAO_Stub;
class TAO_Acceptor_Filter;
-#ifdef TAO_HAS_VALUETYPE
+#if defined (TAO_HAS_VALUETYPE)
class TAO_ValueFactory_Map;
#endif /* TAO_HAS_VALUETYPE */
@@ -146,15 +146,15 @@ public:
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
-#ifdef TAO_HAS_VALUETYPE
+#if defined (TAO_HAS_VALUETYPE)
// Value factory operations (CORBA 2.3 ptc/98-10-05 Ch. 4.2 p.4-7)
- CORBA::ValueFactory_ptr register_value_factory (
+ CORBA::ValueFactory register_value_factory (
const char *repository_id,
- CORBA::ValueFactory_ptr factory
+ CORBA::ValueFactory factory
ACE_ENV_ARG_DECL_WITH_DEFAULTS );
void unregister_value_factory (const char * repository_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS );
- CORBA::ValueFactory_ptr lookup_value_factory (
+ CORBA::ValueFactory lookup_value_factory (
const char *repository_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS );
#endif /* TAO_HAS_VALUETYPE */