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/AnyTypeCode/Null_RefCount_Policy.h"
00029 #include "tao/AnyTypeCode/TypeCode_Constants.h"
00030 #include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
00031 #include "tao/PortableServer/PS_ForwardA.h"
00032 #include "tao/CDR.h"
00033 #include "tao/AnyTypeCode/Any.h"
00034
00035 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00036
00037
00038
00039
00040 static TAO::TypeCode::Alias<char const *,
00041 CORBA::TypeCode_ptr const *,
00042 TAO::Null_RefCount_Policy>
00043 _tao_tc_PortableServer_ObjectId (
00044 CORBA::tk_alias,
00045 "IDL:omg.org/PortableServer/ObjectId:2.3",
00046 "ObjectId",
00047 &CORBA::_tc_OctetSeq);
00048
00049 namespace PortableServer
00050 {
00051 ::CORBA::TypeCode_ptr const _tc_ObjectId =
00052 &_tao_tc_PortableServer_ObjectId;
00053 }
00054
00055
00056 TAO_END_VERSIONED_NAMESPACE_DECL