summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-21 00:29:50 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-21 00:29:50 +0000
commit3230d86e830eb8b5e1249d98f8ce95b347dde62f (patch)
tree55605a406ab70d14682038c4aa9829a6a0208e14 /TAO/tao/RTCORBA
parentb84c7ae52f9fbeabd7d70c47acbe6a85514daefa (diff)
downloadATCD-3230d86e830eb8b5e1249d98f8ce95b347dde62f.tar.gz
ChangeLogTag:Thu Nov 20 18:28:58 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RTCORBA')
-rw-r--r--TAO/tao/RTCORBA/RTCORBA.cpp2
-rw-r--r--TAO/tao/RTCORBA/RTCORBA.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RTCORBA.cpp b/TAO/tao/RTCORBA/RTCORBA.cpp
index 9159280a17b..f1bf07f576d 100644
--- a/TAO/tao/RTCORBA/RTCORBA.cpp
+++ b/TAO/tao/RTCORBA/RTCORBA.cpp
@@ -2,7 +2,7 @@
#include "RTCORBA.h"
-#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
+#if TAO_HAS_CORBA_MESSAGING == 1
#include "RT_ORB_Loader.h"
diff --git a/TAO/tao/RTCORBA/RTCORBA.h b/TAO/tao/RTCORBA/RTCORBA.h
index 2d34174d69e..f996f03c640 100644
--- a/TAO/tao/RTCORBA/RTCORBA.h
+++ b/TAO/tao/RTCORBA/RTCORBA.h
@@ -27,7 +27,7 @@
#include "tao/orbconf.h"
-#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
+#if TAO_HAS_CORBA_MESSAGING == 1
class TAO_RTCORBA_Export TAO_RTCORBA_Initializer
{
@@ -42,7 +42,7 @@ static TAO_RTCORBA_Initializer TAO_RTCORBA_initializer;
#include "RTCORBAC.h"
#undef TAO_RTCORBA_SAFE_INCLUDE
-#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */
+#endif /* TAO_HAS_CORBA_MESSAGING != 0 */
#include /**/ "ace/post.h"