summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-09-05 23:46:39 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-09-05 23:46:39 +0000
commit2f3eb1e46d1107e7acbbb2154a1ea823f2b3ea05 (patch)
tree062d9ddc7aba2618eff048189de8f451808ff926 /TAO/tao/ORB.cpp
parentb9815bdc135d749937b94f7eb13159ce815568c8 (diff)
downloadATCD-2f3eb1e46d1107e7acbbb2154a1ea823f2b3ea05.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 67272416688..d35e9e7e917 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -38,7 +38,7 @@
#include "tao/Request.h"
#include "tao/MProfile.h"
-#ifdef (TAO_HAS_INTERFACE_REPOSITORY)
+#if defined (TAO_HAS_INTERFACE_REPOSITORY)
# include "tao/InterfaceC.h"
#endif /*TAO_HAS_INTERFACE_REPOSITORY */
@@ -1000,7 +1000,7 @@ CORBA_ORB::create_dyn_enum (CORBA_TypeCode_ptr tc,
return TAO_DynAny_i::create_dyn_enum (tc, ACE_TRY_ENV);
}
-#ifdef (TAO_HAS_INTERFACE_REPOSITORY)
+#if defined (TAO_HAS_INTERFACE_REPOSITORY)
void string2long (const char *str,
ACE_CDR::ULong *&arr,