00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #ifndef _TAO_IDL_PORTABLESERVER_PORTABLESERVERC_H_
00032 #define _TAO_IDL_PORTABLESERVER_PORTABLESERVERC_H_
00033
00034 #include "ace/pre.h"
00035
00036
00037 #include "ace/config-all.h"
00038
00039 #ifndef TAO_PORTABLESERVER_SAFE_INCLUDE
00040 #error "You should not include PortableServerC.h directly, use PortableServer.h"
00041 #endif
00042
00043 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00044 # pragma once
00045 #endif
00046
00047 #include "tao/PortableServer/portableserver_export.h"
00048 #include "tao/AnyTypeCode/AnyTypeCode_methods.h"
00049 #include "tao/ORB.h"
00050 #include "tao/SystemException.h"
00051 #include "tao/Environment.h"
00052 #include "tao/Versioned_Namespace.h"
00053
00054 #include "tao/PortableServer/POAC.h"
00055
00056 #if defined (TAO_EXPORT_MACRO)
00057 #undef TAO_EXPORT_MACRO
00058 #endif
00059 #define TAO_EXPORT_MACRO TAO_PortableServer_Export
00060
00061
00062
00063 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00064
00065
00066
00067
00068 namespace TAO
00069 {
00070 }
00071 TAO_END_VERSIONED_NAMESPACE_DECL
00072
00073
00074
00075
00076
00077 #include "ace/post.h"
00078
00079 #endif
00080
00081