diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 23:32:03 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 23:32:03 +0000 |
commit | 95a8618d5c38f1442d5f5d41bfdb85fe812057d1 (patch) | |
tree | 0aca1e6517ab48c98b92aa35399a823c439a2d38 /TAO/tao/UIOP_Connect.h | |
parent | a86c475d2ae646d201c661cbb3b637fc3ec4c839 (diff) | |
download | ATCD-95a8618d5c38f1442d5f5d41bfdb85fe812057d1.tar.gz |
ChangeLogTag:Tue Dec 21 17:29:02 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Connect.h')
-rw-r--r-- | TAO/tao/UIOP_Connect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Connect.h b/TAO/tao/UIOP_Connect.h index 231268ea81a..9a6f8f4ef0c 100644 --- a/TAO/tao/UIOP_Connect.h +++ b/TAO/tao/UIOP_Connect.h @@ -19,7 +19,7 @@ #include "tao/UIOP_Transport.h" -#if defined (TAO_HAS_UIOP) +#if TAO_HAS_UIOP == 1 #if !defined (ACE_LACKS_PRAGMA_ONCE) #pragma once @@ -175,6 +175,6 @@ protected: #include "tao/UIOP_Connect.i" #endif /* __ACE_INLINE__ */ -#endif /* TAO_HAS_UIOP */ +#endif /* TAO_HAS_UIOP == 1 */ #endif /* TAO_UIOP_CONNECT_H */ |