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