diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
commit | f74679cac372c6d94180b11a76deac7542897bb7 (patch) | |
tree | 9fb556cb489f7849e7dbca096364aeab06560015 /TAO/tao/IIOP_ORB.cpp | |
parent | e62e8d3fa4d9289671d4e76ef60080932fda9de0 (diff) | |
download | ATCD-f74679cac372c6d94180b11a76deac7542897bb7.tar.gz |
ChangeLogTag:Mon Feb 8 13:43:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_ORB.cpp')
-rw-r--r-- | TAO/tao/IIOP_ORB.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_ORB.cpp b/TAO/tao/IIOP_ORB.cpp index a0b392885e6..6f017603bdd 100644 --- a/TAO/tao/IIOP_ORB.cpp +++ b/TAO/tao/IIOP_ORB.cpp @@ -9,7 +9,16 @@ // This includes objref stringification/destringification for IIOP // object references. -#include "tao/corba.h" +#include "tao/IIOP_ORB.h" +#include "tao/CDR.h" +#include "tao/Typecode.h" +#include "tao/Environment.h" +#include "tao/Object.h" +#include "tao/Stub.h" +#include "tao/IIOP_Profile.h" +#include "tao/GIOP.h" +#include "tao/POA.h" +#include "tao/ORB_Core.h" #if !defined (__ACE_INLINE__) # include "tao/IIOP_ORB.i" |