summaryrefslogtreecommitdiff
path: root/TAO/tao/corba.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-31 04:50:42 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-31 04:50:42 +0000
commit6c772c1970174ed9c814b9499d9939a98e3eed08 (patch)
treeee58ee5a82223a090f15ad84fbdd71b0084c4e67 /TAO/tao/corba.h
parent0784e51467b07d534ad6722912a209bd4d2a0359 (diff)
downloadATCD-6c772c1970174ed9c814b9499d9939a98e3eed08.tar.gz
ChangeLogTag:Wed May 30 21:41:53 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/corba.h')
-rw-r--r--TAO/tao/corba.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index b771dd7afb4..1eb4e39b4a6 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -2,20 +2,20 @@
//=============================================================================
/**
- * @file corba.h
+ * @file corba.h
*
* $Id$
*
* Master Header file for the TAO CORBA ORB. Include only this
* file, to see all public ORB interfaces declared by TAO.
- *
+ * @par
* This follows the OMG C++ mapping for compilers that don't
* support C++ exceptions or namespaces.
*
*
* @author Copyright 1994-1995 by Sun Microsystems Inc.
- * @author Chris Cleeland
- * @author and Douglas C. Schmidt.
+ * @author Chris Cleeland
+ * @author Douglas C. Schmidt
*/
//=============================================================================
@@ -68,10 +68,13 @@
#include "tao/Remote_Object_Proxy_Impl.h"
-#include "tao/PortableInterceptor.h" /* This needs to remain visible. */
#include "tao/StringSeqC.h"
#include "tao/OctetSeqC.h"
+#if TAO_HAS_INTERCEPTORS == 1
+#include "tao/PortableInterceptorC.h"
+#endif /* TAO_HAS_INTERCEPTORS == 1 */
+
#if !defined (ACE_NESTED_CLASS)
#if defined (ACE_WIN32)
#define ACE_NESTED_CLASS(SCOPE,CLASS) CLASS