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/PolicyFactoryA.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/Any.h"
00034 #include "tao/CDR.h"
00035 #include "tao/AnyTypeCode/Any.h"
00036 #include "tao/AnyTypeCode/Any_Impl_T.h"
00037
00038 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00039
00040
00041
00042
00043 static TAO::TypeCode::Objref<char const *,
00044 TAO::Null_RefCount_Policy>
00045 _tao_tc_PortableInterceptor_PolicyFactory (
00046 ::CORBA::tk_local_interface,
00047 "IDL:omg.org/PortableInterceptor/PolicyFactory:1.0",
00048 "PolicyFactory");
00049
00050 namespace PortableInterceptor
00051 {
00052 ::CORBA::TypeCode_ptr const _tc_PolicyFactory =
00053 &_tao_tc_PortableInterceptor_PolicyFactory;
00054 }
00055
00056 TAO_END_VERSIONED_NAMESPACE_DECL