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_ORIG_RTPORTABLESERVER_INCLUDEC_H_
00032 #define _TAO_IDL_ORIG_RTPORTABLESERVER_INCLUDEC_H_
00033
00034 #include "ace/pre.h"
00035
00036
00037 #include "ace/config-all.h"
00038
00039 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00040 # pragma once
00041 #endif
00042
00043 #include "tao/RTPortableServer/rtportableserver_export.h"
00044 #include "tao/ORB.h"
00045 #include "tao/SystemException.h"
00046 #include "tao/Environment.h"
00047
00048 #include "tao/RTPortableServer/RTPortableServer.h"
00049
00050 #if defined (TAO_EXPORT_MACRO)
00051 #undef TAO_EXPORT_MACRO
00052 #endif
00053 #define TAO_EXPORT_MACRO TAO_RTPortableServer_Export
00054
00055 #if defined(_MSC_VER)
00056 #pragma warning(push)
00057 #pragma warning(disable:4250)
00058 #endif
00059
00060 #if defined (__BORLANDC__)
00061 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
00062 #endif
00063
00064
00065
00066
00067 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00068
00069
00070 namespace TAO
00071 {
00072 }
00073
00074
00075
00076
00077 TAO_END_VERSIONED_NAMESPACE_DECL
00078
00079 #if defined(_MSC_VER)
00080 #pragma warning(pop)
00081 #endif
00082
00083 #if defined (__BORLANDC__)
00084 #pragma option pop
00085 #endif
00086
00087 #include "ace/post.h"
00088
00089 #endif
00090
00091