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_IOPC_H_
00032 #define _TAO_IDL_IOPC_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/TAO_Export.h"
00044 #include "tao/ORB.h"
00045 #include "tao/Environment.h"
00046 
00047 #include "tao/IOP_IORC.h"
00048 
00049 #if defined (TAO_EXPORT_MACRO)
00050 #undef TAO_EXPORT_MACRO
00051 #endif
00052 #define TAO_EXPORT_MACRO TAO_Export
00053 
00054 #if defined(_MSC_VER)
00055 #pragma warning(push)
00056 #pragma warning(disable:4250)
00057 #endif 
00058 
00059 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00060 
00061 
00062 
00063 
00064 
00065 namespace TAO
00066 {
00067 }
00068 
00069 
00070 
00071 
00072 TAO_END_VERSIONED_NAMESPACE_DECL
00073 
00074 #if defined(_MSC_VER)
00075 #pragma warning(pop)
00076 #endif 
00077 
00078 #include  "ace/post.h"
00079 
00080 #endif 
00081 
00082