summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueFactory.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-03 16:53:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-03 16:53:11 +0000
commitc3dee4799fab043d2bc236c60819c3cf36d1fa59 (patch)
tree1d671fef1a990a59b144a38f631437c13e3191a8 /TAO/tao/ValueFactory.cpp
parent0d948b3baf4b1def62367ff61b4ea718cf5afe6d (diff)
downloadATCD-c3dee4799fab043d2bc236c60819c3cf36d1fa59.tar.gz
ChangeLogTag: Wed Jul 3 11:48:57 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ValueFactory.cpp')
-rw-r--r--TAO/tao/ValueFactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ValueFactory.cpp b/TAO/tao/ValueFactory.cpp
index def77db55bd..b8ae3569577 100644
--- a/TAO/tao/ValueFactory.cpp
+++ b/TAO/tao/ValueFactory.cpp
@@ -16,13 +16,13 @@
#include "tao/ValueFactory.h"
-#if defined (TAO_HAS_VALUETYPE)
+#if (TAO_HAS_VALUETYPE == 1)
#if !defined (__ACE_INLINE__)
# include "tao/ValueFactory.i"
#endif /* ! __ACE_INLINE__ */
-ACE_RCSID (tao,
+ACE_RCSID (tao,
ValueFactory, "$Id$")
CORBA_ValueFactoryBase::~CORBA_ValueFactoryBase (void)
@@ -36,4 +36,4 @@ CORBA_ValueFactoryBase::create_for_unmarshal_abstract (void)
return 0;
}
-#endif /* TAO_HAS_VALUETYPE */
+#endif /* TAO_HAS_VALUETYPE == 1*/