00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef TAO_MASTER_CORBA_H
00022 #define TAO_MASTER_CORBA_H
00023
00024 #include "ace/pre.h"
00025
00026
00027 #include "ace/config-all.h"
00028
00029 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00030 # pragma once
00031 #endif
00032
00033 #include "tao/corbafwd.h"
00034
00035 #include "tao/Environment.h"
00036 #include "tao/SystemException.h"
00037 #include "tao/UserException.h"
00038
00039 #include "tao/Object.h"
00040 #include "tao/LocalObject.h"
00041 #include "tao/Principal.h"
00042 #include "tao/ORB.h"
00043
00044 #include "tao/CurrentC.h"
00045 #include "tao/PolicyC.h"
00046 #include "tao/Policy_ManagerC.h"
00047 #include "tao/Policy_CurrentC.h"
00048 #include "tao/ServicesC.h"
00049 #include "tao/WrongTransactionC.h"
00050
00051 #include "tao/ObjectIdListC.h"
00052
00053 #include "tao/BooleanSeqC.h"
00054 #include "tao/CharSeqC.h"
00055 #include "tao/DoubleSeqC.h"
00056 #include "tao/FloatSeqC.h"
00057 #include "tao/LongDoubleSeqC.h"
00058 #include "tao/LongLongSeqC.h"
00059 #include "tao/LongSeqC.h"
00060 #include "tao/OctetSeqC.h"
00061 #include "tao/ShortSeqC.h"
00062 #include "tao/StringSeqC.h"
00063 #include "tao/ULongLongSeqC.h"
00064 #include "tao/ULongSeqC.h"
00065 #include "tao/UShortSeqC.h"
00066 #include "tao/WCharSeqC.h"
00067 #include "tao/WStringSeqC.h"
00068
00069
00070
00071 #include "tao/CDR.h"
00072 #include "tao/Object_KeyC.h"
00073 #include "tao/String_Manager_T.h"
00074
00075 #if TAO_HAS_INTERCEPTORS == 1
00076 #include "tao/PortableInterceptorC.h"
00077 #endif
00078
00079 #include "ace/post.h"
00080
00081 #endif