summaryrefslogtreecommitdiff
path: root/TAO/tao/corba.h
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-19 22:04:46 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-19 22:04:46 +0000
commit86ddbd8f10280ae5fa612a336e829e10c511c564 (patch)
treea8a811edf27f04a30be899a6faecd3ba398855f5 /TAO/tao/corba.h
parent52dc431b26e886af9e79ed1246a032491fb741df (diff)
downloadATCD-86ddbd8f10280ae5fa612a336e829e10c511c564.tar.gz
ChangeLogTag: Thu Oct 19 14:30:59 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/corba.h')
-rw-r--r--TAO/tao/corba.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index ebf2febe8dd..21e2fefb76e 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -54,7 +54,7 @@
#include "tao/CurrentC.h"
// TAO specific files, avoid them as much as possible.
-#include "tao/PortableInterceptor.h"
+
#if (TAO_HAS_SMART_PROXIES == 1)
#include "tao/Smart_Proxies.h"
#endif /*TAO_HAS_SMART_PROXIES == 1*/
@@ -86,6 +86,12 @@
#include "tao/BoundsC.h"
#include "tao/TAOC.h"
#include "tao/MessagingC.h"
+#include "tao/StringSeq.h"
+
+#if TAO_HAS_INTERCEPTORS == 1
+#include "tao/PortableInterceptor.h"
+#endif /* TAO_HAS_INTERCEPTORS */
+
#if !defined (ACE_NESTED_CLASS)
#if defined (ACE_WIN32)