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 #include "tao/PI_Server/ServerRequestInterceptorA.h"
00029 #include "tao/AnyTypeCode/Null_RefCount_Policy.h"
00030 #include "tao/AnyTypeCode/TypeCode_Constants.h"
00031 #include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
00032 #include "tao/AnyTypeCode/Objref_TypeCode_Static.h"
00033 #include "tao/AnyTypeCode/String_TypeCode_Static.h"
00034 #include "tao/AnyTypeCode/Any.h"
00035 #include "tao/CDR.h"
00036 #include "tao/AnyTypeCode/Any.h"
00037 #include "tao/AnyTypeCode/Any_Impl_T.h"
00038
00039 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00040
00041
00042
00043
00044 static TAO::TypeCode::Objref<char const *,
00045 TAO::Null_RefCount_Policy>
00046 _tao_tc_PortableInterceptor_ServerRequestInterceptor (
00047 ::CORBA::tk_local_interface,
00048 "IDL:omg.org/PortableInterceptor/ServerRequestInterceptor:1.0",
00049 "ServerRequestInterceptor");
00050
00051 namespace PortableInterceptor
00052 {
00053 ::CORBA::TypeCode_ptr const _tc_ServerRequestInterceptor =
00054 &_tao_tc_PortableInterceptor_ServerRequestInterceptor;
00055 }
00056
00057
00058 TAO_END_VERSIONED_NAMESPACE_DECL