summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-05-01 18:30:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-05-01 18:30:39 +0000
commit97c1df7ffac788c1e21bb11275a3a812e4dcb473 (patch)
tree1bd6149e80b6a9a18b34839bbc391e135f204f6f /TAO/tao/IFR_Client
parentb45b2a1f692f399d7c22acda3dd9cdd993ce6219 (diff)
downloadATCD-97c1df7ffac788c1e21bb11275a3a812e4dcb473.tar.gz
ChangeLogTag:Thu May 1 11:25:42 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IFR_Client')
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseC.cpp52
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseC.h10
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicC.cpp358
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicC.h48
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsC.cpp212
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsC.h28
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedC.cpp74
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedC.h10
8 files changed, 396 insertions, 396 deletions
diff --git a/TAO/tao/IFR_Client/IFR_BaseC.cpp b/TAO/tao/IFR_Client/IFR_BaseC.cpp
index 7866b6ebf56..a4828a59fe6 100644
--- a/TAO/tao/IFR_Client/IFR_BaseC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BaseC.cpp
@@ -1206,7 +1206,7 @@ CORBA::IRObject::_unchecked_narrow (
IRObject_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&IRObject::_tao_class_id
)
)
@@ -1252,19 +1252,19 @@ CORBA::IRObject::_is_a (
}
}
-void *CORBA::IRObject::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::IRObject::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IRObject)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -4923,7 +4923,7 @@ CORBA::Contained::_unchecked_narrow (
Contained_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&Contained::_tao_class_id
)
)
@@ -4973,19 +4973,19 @@ CORBA::Contained::_is_a (
}
}
-void *CORBA::Contained::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::Contained::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, Contained)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IRObject)::_tao_class_id)
)
{
@@ -4999,7 +4999,7 @@ void *CORBA::Contained::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -16481,7 +16481,7 @@ CORBA::Container::_unchecked_narrow (
Container_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&Container::_tao_class_id
)
)
@@ -16531,19 +16531,19 @@ CORBA::Container::_is_a (
}
}
-void *CORBA::Container::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::Container::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, Container)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IRObject)::_tao_class_id)
)
{
@@ -16557,7 +16557,7 @@ void *CORBA::Container::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -18505,7 +18505,7 @@ CORBA::IDLType::_unchecked_narrow (
IDLType_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&IDLType::_tao_class_id
)
)
@@ -18555,19 +18555,19 @@ CORBA::IDLType::_is_a (
}
}
-void *CORBA::IDLType::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::IDLType::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IDLType)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IRObject)::_tao_class_id)
)
{
@@ -18581,7 +18581,7 @@ void *CORBA::IDLType::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -18968,7 +18968,7 @@ CORBA::TypedefDef::_unchecked_narrow (
TypedefDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&TypedefDef::_tao_class_id
)
)
@@ -19026,19 +19026,19 @@ CORBA::TypedefDef::_is_a (
}
}
-void *CORBA::TypedefDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::TypedefDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, TypedefDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, Contained)::_tao_class_id)
)
{
@@ -19052,7 +19052,7 @@ void *CORBA::TypedefDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IDLType)::_tao_class_id)
)
{
@@ -19066,7 +19066,7 @@ void *CORBA::TypedefDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, IRObject)::_tao_class_id)
)
{
@@ -19080,7 +19080,7 @@ void *CORBA::TypedefDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
diff --git a/TAO/tao/IFR_Client/IFR_BaseC.h b/TAO/tao/IFR_Client/IFR_BaseC.h
index af7dc30d248..1736ecedf2b 100644
--- a/TAO/tao/IFR_Client/IFR_BaseC.h
+++ b/TAO/tao/IFR_Client/IFR_BaseC.h
@@ -268,7 +268,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -814,7 +814,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3519,7 +3519,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4283,7 +4283,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4554,7 +4554,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
diff --git a/TAO/tao/IFR_Client/IFR_BasicC.cpp b/TAO/tao/IFR_Client/IFR_BasicC.cpp
index 6986985b6cd..76a8440c543 100644
--- a/TAO/tao/IFR_Client/IFR_BasicC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BasicC.cpp
@@ -3032,7 +3032,7 @@ CORBA::Repository::_unchecked_narrow (
Repository_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&Repository::_tao_class_id
)
)
@@ -3086,19 +3086,19 @@ CORBA::Repository::_is_a (
}
}
-void *CORBA::Repository::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::Repository::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, Repository)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -3112,7 +3112,7 @@ void *CORBA::Repository::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -3126,7 +3126,7 @@ void *CORBA::Repository::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -3733,7 +3733,7 @@ CORBA::ModuleDef::_unchecked_narrow (
ModuleDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ModuleDef::_tao_class_id
)
)
@@ -3791,19 +3791,19 @@ CORBA::ModuleDef::_is_a (
}
}
-void *CORBA::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ModuleDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ModuleDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -3817,7 +3817,7 @@ void *CORBA::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -3831,7 +3831,7 @@ void *CORBA::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -3845,7 +3845,7 @@ void *CORBA::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -5808,7 +5808,7 @@ CORBA::ConstantDef::_unchecked_narrow (
ConstantDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ConstantDef::_tao_class_id
)
)
@@ -5862,19 +5862,19 @@ CORBA::ConstantDef::_is_a (
}
}
-void *CORBA::ConstantDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ConstantDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ConstantDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -5888,7 +5888,7 @@ void *CORBA::ConstantDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -5902,7 +5902,7 @@ void *CORBA::ConstantDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -7156,7 +7156,7 @@ CORBA::StructDef::_unchecked_narrow (
StructDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&StructDef::_tao_class_id
)
)
@@ -7222,19 +7222,19 @@ CORBA::StructDef::_is_a (
}
}
-void *CORBA::StructDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::StructDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, StructDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::TypedefDef::_tao_class_id)
)
{
@@ -7248,7 +7248,7 @@ void *CORBA::StructDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -7262,7 +7262,7 @@ void *CORBA::StructDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -7276,7 +7276,7 @@ void *CORBA::StructDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -7290,7 +7290,7 @@ void *CORBA::StructDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -7304,7 +7304,7 @@ void *CORBA::StructDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -9168,7 +9168,7 @@ CORBA::UnionDef::_unchecked_narrow (
UnionDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&UnionDef::_tao_class_id
)
)
@@ -9234,19 +9234,19 @@ CORBA::UnionDef::_is_a (
}
}
-void *CORBA::UnionDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::UnionDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, UnionDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::TypedefDef::_tao_class_id)
)
{
@@ -9260,7 +9260,7 @@ void *CORBA::UnionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -9274,7 +9274,7 @@ void *CORBA::UnionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -9288,7 +9288,7 @@ void *CORBA::UnionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -9302,7 +9302,7 @@ void *CORBA::UnionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -9316,7 +9316,7 @@ void *CORBA::UnionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -10399,7 +10399,7 @@ CORBA::EnumDef::_unchecked_narrow (
EnumDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&EnumDef::_tao_class_id
)
)
@@ -10461,19 +10461,19 @@ CORBA::EnumDef::_is_a (
}
}
-void *CORBA::EnumDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::EnumDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, EnumDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::TypedefDef::_tao_class_id)
)
{
@@ -10487,7 +10487,7 @@ void *CORBA::EnumDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -10501,7 +10501,7 @@ void *CORBA::EnumDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -10515,7 +10515,7 @@ void *CORBA::EnumDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -10529,7 +10529,7 @@ void *CORBA::EnumDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -11519,7 +11519,7 @@ CORBA::AliasDef::_unchecked_narrow (
AliasDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&AliasDef::_tao_class_id
)
)
@@ -11581,19 +11581,19 @@ CORBA::AliasDef::_is_a (
}
}
-void *CORBA::AliasDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::AliasDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, AliasDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::TypedefDef::_tao_class_id)
)
{
@@ -11607,7 +11607,7 @@ void *CORBA::AliasDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -11621,7 +11621,7 @@ void *CORBA::AliasDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -11635,7 +11635,7 @@ void *CORBA::AliasDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -11649,7 +11649,7 @@ void *CORBA::AliasDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -12066,7 +12066,7 @@ CORBA::NativeDef::_unchecked_narrow (
NativeDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&NativeDef::_tao_class_id
)
)
@@ -12128,19 +12128,19 @@ CORBA::NativeDef::_is_a (
}
}
-void *CORBA::NativeDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::NativeDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, NativeDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::TypedefDef::_tao_class_id)
)
{
@@ -12154,7 +12154,7 @@ void *CORBA::NativeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -12168,7 +12168,7 @@ void *CORBA::NativeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -12182,7 +12182,7 @@ void *CORBA::NativeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -12196,7 +12196,7 @@ void *CORBA::NativeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -12846,7 +12846,7 @@ CORBA::PrimitiveDef::_unchecked_narrow (
PrimitiveDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&PrimitiveDef::_tao_class_id
)
)
@@ -12900,19 +12900,19 @@ CORBA::PrimitiveDef::_is_a (
}
}
-void *CORBA::PrimitiveDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::PrimitiveDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, PrimitiveDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -12926,7 +12926,7 @@ void *CORBA::PrimitiveDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -12940,7 +12940,7 @@ void *CORBA::PrimitiveDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -13902,7 +13902,7 @@ CORBA::StringDef::_unchecked_narrow (
StringDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&StringDef::_tao_class_id
)
)
@@ -13956,19 +13956,19 @@ CORBA::StringDef::_is_a (
}
}
-void *CORBA::StringDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::StringDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, StringDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -13982,7 +13982,7 @@ void *CORBA::StringDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -13996,7 +13996,7 @@ void *CORBA::StringDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -14986,7 +14986,7 @@ CORBA::WstringDef::_unchecked_narrow (
WstringDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&WstringDef::_tao_class_id
)
)
@@ -15040,19 +15040,19 @@ CORBA::WstringDef::_is_a (
}
}
-void *CORBA::WstringDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::WstringDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, WstringDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -15066,7 +15066,7 @@ void *CORBA::WstringDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -15080,7 +15080,7 @@ void *CORBA::WstringDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -16937,7 +16937,7 @@ CORBA::SequenceDef::_unchecked_narrow (
SequenceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&SequenceDef::_tao_class_id
)
)
@@ -16991,19 +16991,19 @@ CORBA::SequenceDef::_is_a (
}
}
-void *CORBA::SequenceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::SequenceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, SequenceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -17017,7 +17017,7 @@ void *CORBA::SequenceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -17031,7 +17031,7 @@ void *CORBA::SequenceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -18974,7 +18974,7 @@ CORBA::ArrayDef::_unchecked_narrow (
ArrayDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ArrayDef::_tao_class_id
)
)
@@ -19028,19 +19028,19 @@ CORBA::ArrayDef::_is_a (
}
}
-void *CORBA::ArrayDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ArrayDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ArrayDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -19054,7 +19054,7 @@ void *CORBA::ArrayDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -19068,7 +19068,7 @@ void *CORBA::ArrayDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -20444,7 +20444,7 @@ CORBA::ExceptionDef::_unchecked_narrow (
ExceptionDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ExceptionDef::_tao_class_id
)
)
@@ -20502,19 +20502,19 @@ CORBA::ExceptionDef::_is_a (
}
}
-void *CORBA::ExceptionDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ExceptionDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ExceptionDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -20528,7 +20528,7 @@ void *CORBA::ExceptionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -20542,7 +20542,7 @@ void *CORBA::ExceptionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -20556,7 +20556,7 @@ void *CORBA::ExceptionDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -22690,7 +22690,7 @@ CORBA::AttributeDef::_unchecked_narrow (
AttributeDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&AttributeDef::_tao_class_id
)
)
@@ -22744,19 +22744,19 @@ CORBA::AttributeDef::_is_a (
}
}
-void *CORBA::AttributeDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::AttributeDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, AttributeDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -22770,7 +22770,7 @@ void *CORBA::AttributeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -22784,7 +22784,7 @@ void *CORBA::AttributeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -25229,7 +25229,7 @@ CORBA::ExtAttributeDef::_unchecked_narrow (
ExtAttributeDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ExtAttributeDef::_tao_class_id
)
)
@@ -25287,19 +25287,19 @@ CORBA::ExtAttributeDef::_is_a (
}
}
-void *CORBA::ExtAttributeDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ExtAttributeDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ExtAttributeDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, AttributeDef)::_tao_class_id)
)
{
@@ -25313,7 +25313,7 @@ void *CORBA::ExtAttributeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -25327,7 +25327,7 @@ void *CORBA::ExtAttributeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -25341,7 +25341,7 @@ void *CORBA::ExtAttributeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -29715,7 +29715,7 @@ CORBA::OperationDef::_unchecked_narrow (
OperationDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&OperationDef::_tao_class_id
)
)
@@ -29769,19 +29769,19 @@ CORBA::OperationDef::_is_a (
}
}
-void *CORBA::OperationDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::OperationDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, OperationDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -29795,7 +29795,7 @@ void *CORBA::OperationDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -29809,7 +29809,7 @@ void *CORBA::OperationDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -34182,7 +34182,7 @@ CORBA::InterfaceDef::_unchecked_narrow (
InterfaceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&InterfaceDef::_tao_class_id
)
)
@@ -34244,19 +34244,19 @@ CORBA::InterfaceDef::_is_a (
}
}
-void *CORBA::InterfaceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::InterfaceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -34270,7 +34270,7 @@ void *CORBA::InterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -34284,7 +34284,7 @@ void *CORBA::InterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -34298,7 +34298,7 @@ void *CORBA::InterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -34312,7 +34312,7 @@ void *CORBA::InterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -36408,7 +36408,7 @@ CORBA::InterfaceAttrExtension::_unchecked_narrow (
InterfaceAttrExtension_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&InterfaceAttrExtension::_tao_class_id
)
)
@@ -36454,19 +36454,19 @@ CORBA::InterfaceAttrExtension::_is_a (
}
}
-void *CORBA::InterfaceAttrExtension::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::InterfaceAttrExtension::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceAttrExtension)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -37590,7 +37590,7 @@ CORBA::ExtInterfaceDef::_unchecked_narrow (
ExtInterfaceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ExtInterfaceDef::_tao_class_id
)
)
@@ -37660,19 +37660,19 @@ CORBA::ExtInterfaceDef::_is_a (
}
}
-void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ExtInterfaceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceDef)::_tao_class_id)
)
{
@@ -37686,7 +37686,7 @@ void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceAttrExtension)::_tao_class_id)
)
{
@@ -37700,7 +37700,7 @@ void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -37714,7 +37714,7 @@ void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -37728,7 +37728,7 @@ void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -37742,7 +37742,7 @@ void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -37756,7 +37756,7 @@ void *CORBA::ExtInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -38118,7 +38118,7 @@ CORBA::AbstractInterfaceDef::_unchecked_narrow (
AbstractInterfaceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&AbstractInterfaceDef::_tao_class_id
)
)
@@ -38184,19 +38184,19 @@ CORBA::AbstractInterfaceDef::_is_a (
}
}
-void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, AbstractInterfaceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceDef)::_tao_class_id)
)
{
@@ -38210,7 +38210,7 @@ void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -38224,7 +38224,7 @@ void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -38238,7 +38238,7 @@ void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -38252,7 +38252,7 @@ void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -38266,7 +38266,7 @@ void *CORBA::AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -38632,7 +38632,7 @@ CORBA::ExtAbstractInterfaceDef::_unchecked_narrow (
ExtAbstractInterfaceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ExtAbstractInterfaceDef::_tao_class_id
)
)
@@ -38706,19 +38706,19 @@ CORBA::ExtAbstractInterfaceDef::_is_a (
}
}
-void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ExtAbstractInterfaceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, AbstractInterfaceDef)::_tao_class_id)
)
{
@@ -38732,7 +38732,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceAttrExtension)::_tao_class_id)
)
{
@@ -38746,7 +38746,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceDef)::_tao_class_id)
)
{
@@ -38760,7 +38760,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -38774,7 +38774,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -38788,7 +38788,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -38802,7 +38802,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -38816,7 +38816,7 @@ void *CORBA::ExtAbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -39182,7 +39182,7 @@ CORBA::LocalInterfaceDef::_unchecked_narrow (
LocalInterfaceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&LocalInterfaceDef::_tao_class_id
)
)
@@ -39248,19 +39248,19 @@ CORBA::LocalInterfaceDef::_is_a (
}
}
-void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, LocalInterfaceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceDef)::_tao_class_id)
)
{
@@ -39274,7 +39274,7 @@ void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -39288,7 +39288,7 @@ void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -39302,7 +39302,7 @@ void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -39316,7 +39316,7 @@ void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -39330,7 +39330,7 @@ void *CORBA::LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -39694,7 +39694,7 @@ CORBA::ExtLocalInterfaceDef::_unchecked_narrow (
ExtLocalInterfaceDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ExtLocalInterfaceDef::_tao_class_id
)
)
@@ -39768,19 +39768,19 @@ CORBA::ExtLocalInterfaceDef::_is_a (
}
}
-void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ExtLocalInterfaceDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, LocalInterfaceDef)::_tao_class_id)
)
{
@@ -39794,7 +39794,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceAttrExtension)::_tao_class_id)
)
{
@@ -39808,7 +39808,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, InterfaceDef)::_tao_class_id)
)
{
@@ -39822,7 +39822,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -39836,7 +39836,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -39850,7 +39850,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -39864,7 +39864,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -39878,7 +39878,7 @@ void *CORBA::ExtLocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
diff --git a/TAO/tao/IFR_Client/IFR_BasicC.h b/TAO/tao/IFR_Client/IFR_BasicC.h
index 8c06ad08adf..625cd11eb8f 100644
--- a/TAO/tao/IFR_Client/IFR_BasicC.h
+++ b/TAO/tao/IFR_Client/IFR_BasicC.h
@@ -569,7 +569,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1016,7 +1016,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1355,7 +1355,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1778,7 +1778,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2127,7 +2127,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2512,7 +2512,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2827,7 +2827,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3121,7 +3121,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3333,7 +3333,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3578,7 +3578,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3847,7 +3847,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4147,7 +4147,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4515,7 +4515,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4909,7 +4909,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -5359,7 +5359,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -5853,7 +5853,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -6499,7 +6499,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -7369,7 +7369,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -7889,7 +7889,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -8195,7 +8195,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -8445,7 +8445,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -8694,7 +8694,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -8944,7 +8944,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -9193,7 +9193,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
index dc38cbcaa0e..880f2fa003b 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
@@ -340,7 +340,7 @@ CORBA::ComponentIR::EventDef::_unchecked_narrow (
EventDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&EventDef::_tao_class_id
)
)
@@ -410,19 +410,19 @@ CORBA::ComponentIR::EventDef::_is_a (
}
}
-void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, EventDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::ExtValueDef::_tao_class_id)
)
{
@@ -436,7 +436,7 @@ void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::ValueDef::_tao_class_id)
)
{
@@ -450,7 +450,7 @@ void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -464,7 +464,7 @@ void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -478,7 +478,7 @@ void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -492,7 +492,7 @@ void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -506,7 +506,7 @@ void *CORBA::ComponentIR::EventDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -2025,7 +2025,7 @@ CORBA::ComponentIR::Container::_unchecked_narrow (
Container_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&Container::_tao_class_id
)
)
@@ -2071,19 +2071,19 @@ CORBA::ComponentIR::Container::_is_a (
}
}
-void *CORBA::ComponentIR::Container::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::Container::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, Container)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -2576,7 +2576,7 @@ CORBA::ComponentIR::ModuleDef::_unchecked_narrow (
ModuleDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ModuleDef::_tao_class_id
)
)
@@ -2642,19 +2642,19 @@ CORBA::ComponentIR::ModuleDef::_is_a (
}
}
-void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, ModuleDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::ModuleDef::_tao_class_id)
)
{
@@ -2668,7 +2668,7 @@ void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, Container)::_tao_class_id)
)
{
@@ -2682,7 +2682,7 @@ void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -2696,7 +2696,7 @@ void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -2710,7 +2710,7 @@ void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -2724,7 +2724,7 @@ void *CORBA::ComponentIR::ModuleDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -3089,7 +3089,7 @@ CORBA::ComponentIR::Repository::_unchecked_narrow (
Repository_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&Repository::_tao_class_id
)
)
@@ -3151,19 +3151,19 @@ CORBA::ComponentIR::Repository::_is_a (
}
}
-void *CORBA::ComponentIR::Repository::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::Repository::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, Repository)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Repository::_tao_class_id)
)
{
@@ -3177,7 +3177,7 @@ void *CORBA::ComponentIR::Repository::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, Container)::_tao_class_id)
)
{
@@ -3191,7 +3191,7 @@ void *CORBA::ComponentIR::Repository::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -3205,7 +3205,7 @@ void *CORBA::ComponentIR::Repository::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -3219,7 +3219,7 @@ void *CORBA::ComponentIR::Repository::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -4158,7 +4158,7 @@ CORBA::ComponentIR::ProvidesDef::_unchecked_narrow (
ProvidesDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ProvidesDef::_tao_class_id
)
)
@@ -4212,19 +4212,19 @@ CORBA::ComponentIR::ProvidesDef::_is_a (
}
}
-void *CORBA::ComponentIR::ProvidesDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::ProvidesDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, ProvidesDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -4238,7 +4238,7 @@ void *CORBA::ComponentIR::ProvidesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -4252,7 +4252,7 @@ void *CORBA::ComponentIR::ProvidesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -5993,7 +5993,7 @@ CORBA::ComponentIR::UsesDef::_unchecked_narrow (
UsesDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&UsesDef::_tao_class_id
)
)
@@ -6047,19 +6047,19 @@ CORBA::ComponentIR::UsesDef::_is_a (
}
}
-void *CORBA::ComponentIR::UsesDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::UsesDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, UsesDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -6073,7 +6073,7 @@ void *CORBA::ComponentIR::UsesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -6087,7 +6087,7 @@ void *CORBA::ComponentIR::UsesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -7630,7 +7630,7 @@ CORBA::ComponentIR::EventPortDef::_unchecked_narrow (
EventPortDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&EventPortDef::_tao_class_id
)
)
@@ -7684,19 +7684,19 @@ CORBA::ComponentIR::EventPortDef::_is_a (
}
}
-void *CORBA::ComponentIR::EventPortDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::EventPortDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, EventPortDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -7710,7 +7710,7 @@ void *CORBA::ComponentIR::EventPortDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -7724,7 +7724,7 @@ void *CORBA::ComponentIR::EventPortDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -8348,7 +8348,7 @@ CORBA::ComponentIR::EmitsDef::_unchecked_narrow (
EmitsDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&EmitsDef::_tao_class_id
)
)
@@ -8406,19 +8406,19 @@ CORBA::ComponentIR::EmitsDef::_is_a (
}
}
-void *CORBA::ComponentIR::EmitsDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::EmitsDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, EmitsDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, EventPortDef)::_tao_class_id)
)
{
@@ -8432,7 +8432,7 @@ void *CORBA::ComponentIR::EmitsDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -8446,7 +8446,7 @@ void *CORBA::ComponentIR::EmitsDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -8460,7 +8460,7 @@ void *CORBA::ComponentIR::EmitsDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -8824,7 +8824,7 @@ CORBA::ComponentIR::PublishesDef::_unchecked_narrow (
PublishesDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&PublishesDef::_tao_class_id
)
)
@@ -8882,19 +8882,19 @@ CORBA::ComponentIR::PublishesDef::_is_a (
}
}
-void *CORBA::ComponentIR::PublishesDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::PublishesDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, PublishesDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, EventPortDef)::_tao_class_id)
)
{
@@ -8908,7 +8908,7 @@ void *CORBA::ComponentIR::PublishesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -8922,7 +8922,7 @@ void *CORBA::ComponentIR::PublishesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -8936,7 +8936,7 @@ void *CORBA::ComponentIR::PublishesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -9302,7 +9302,7 @@ CORBA::ComponentIR::ConsumesDef::_unchecked_narrow (
ConsumesDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ConsumesDef::_tao_class_id
)
)
@@ -9360,19 +9360,19 @@ CORBA::ComponentIR::ConsumesDef::_is_a (
}
}
-void *CORBA::ComponentIR::ConsumesDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::ConsumesDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, ConsumesDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, EventPortDef)::_tao_class_id)
)
{
@@ -9386,7 +9386,7 @@ void *CORBA::ComponentIR::ConsumesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -9400,7 +9400,7 @@ void *CORBA::ComponentIR::ConsumesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -9414,7 +9414,7 @@ void *CORBA::ComponentIR::ConsumesDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -12689,7 +12689,7 @@ CORBA::ComponentIR::ComponentDef::_unchecked_narrow (
ComponentDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ComponentDef::_tao_class_id
)
)
@@ -12763,19 +12763,19 @@ CORBA::ComponentIR::ComponentDef::_is_a (
}
}
-void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, ComponentDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::ExtInterfaceDef::_tao_class_id)
)
{
@@ -12789,7 +12789,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::InterfaceDef::_tao_class_id)
)
{
@@ -12803,7 +12803,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::InterfaceAttrExtension::_tao_class_id)
)
{
@@ -12817,7 +12817,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -12831,7 +12831,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -12845,7 +12845,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -12859,7 +12859,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -12873,7 +12873,7 @@ void *CORBA::ComponentIR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -14990,7 +14990,7 @@ CORBA::ComponentIR::FactoryDef::_unchecked_narrow (
FactoryDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&FactoryDef::_tao_class_id
)
)
@@ -15048,19 +15048,19 @@ CORBA::ComponentIR::FactoryDef::_is_a (
}
}
-void *CORBA::ComponentIR::FactoryDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::FactoryDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, FactoryDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::OperationDef::_tao_class_id)
)
{
@@ -15074,7 +15074,7 @@ void *CORBA::ComponentIR::FactoryDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -15088,7 +15088,7 @@ void *CORBA::ComponentIR::FactoryDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -15102,7 +15102,7 @@ void *CORBA::ComponentIR::FactoryDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -15467,7 +15467,7 @@ CORBA::ComponentIR::FinderDef::_unchecked_narrow (
FinderDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&FinderDef::_tao_class_id
)
)
@@ -15525,19 +15525,19 @@ CORBA::ComponentIR::FinderDef::_is_a (
}
}
-void *CORBA::ComponentIR::FinderDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::FinderDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, FinderDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::OperationDef::_tao_class_id)
)
{
@@ -15551,7 +15551,7 @@ void *CORBA::ComponentIR::FinderDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -15565,7 +15565,7 @@ void *CORBA::ComponentIR::FinderDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -15579,7 +15579,7 @@ void *CORBA::ComponentIR::FinderDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -18965,7 +18965,7 @@ CORBA::ComponentIR::HomeDef::_unchecked_narrow (
HomeDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&HomeDef::_tao_class_id
)
)
@@ -19039,19 +19039,19 @@ CORBA::ComponentIR::HomeDef::_is_a (
}
}
-void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA::ComponentIR, HomeDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::ExtInterfaceDef::_tao_class_id)
)
{
@@ -19065,7 +19065,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::InterfaceDef::_tao_class_id)
)
{
@@ -19079,7 +19079,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::InterfaceAttrExtension::_tao_class_id)
)
{
@@ -19093,7 +19093,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -19107,7 +19107,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -19121,7 +19121,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -19135,7 +19135,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -19149,7 +19149,7 @@ void *CORBA::ComponentIR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.h b/TAO/tao/IFR_Client/IFR_ComponentsC.h
index a457c8968e9..23d106a7f1a 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsC.h
+++ b/TAO/tao/IFR_Client/IFR_ComponentsC.h
@@ -264,7 +264,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -564,7 +564,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -922,7 +922,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1173,7 +1173,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1444,7 +1444,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1818,7 +1818,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2229,7 +2229,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2585,7 +2585,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2833,7 +2833,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3081,7 +3081,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -3396,7 +3396,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4093,7 +4093,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4341,7 +4341,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -4657,7 +4657,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
index add2bf2f487..39744d7ef6f 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
@@ -1486,7 +1486,7 @@ CORBA::FixedDef::_unchecked_narrow (
FixedDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&FixedDef::_tao_class_id
)
)
@@ -1540,19 +1540,19 @@ CORBA::FixedDef::_is_a (
}
}
-void *CORBA::FixedDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::FixedDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, FixedDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -1566,7 +1566,7 @@ void *CORBA::FixedDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -1580,7 +1580,7 @@ void *CORBA::FixedDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -3973,7 +3973,7 @@ CORBA::ValueMemberDef::_unchecked_narrow (
ValueMemberDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ValueMemberDef::_tao_class_id
)
)
@@ -4027,19 +4027,19 @@ CORBA::ValueMemberDef::_is_a (
}
}
-void *CORBA::ValueMemberDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ValueMemberDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ValueMemberDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -4053,7 +4053,7 @@ void *CORBA::ValueMemberDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -4067,7 +4067,7 @@ void *CORBA::ValueMemberDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -10334,7 +10334,7 @@ CORBA::ValueDef::_unchecked_narrow (
ValueDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ValueDef::_tao_class_id
)
)
@@ -10396,19 +10396,19 @@ CORBA::ValueDef::_is_a (
}
}
-void *CORBA::ValueDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ValueDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ValueDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -10422,7 +10422,7 @@ void *CORBA::ValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -10436,7 +10436,7 @@ void *CORBA::ValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -10450,7 +10450,7 @@ void *CORBA::ValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -10464,7 +10464,7 @@ void *CORBA::ValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -13812,7 +13812,7 @@ CORBA::ExtValueDef::_unchecked_narrow (
ExtValueDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ExtValueDef::_tao_class_id
)
)
@@ -13878,19 +13878,19 @@ CORBA::ExtValueDef::_is_a (
}
}
-void *CORBA::ExtValueDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ExtValueDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ExtValueDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ValueDef)::_tao_class_id)
)
{
@@ -13904,7 +13904,7 @@ void *CORBA::ExtValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Container::_tao_class_id)
)
{
@@ -13918,7 +13918,7 @@ void *CORBA::ExtValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -13932,7 +13932,7 @@ void *CORBA::ExtValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -13946,7 +13946,7 @@ void *CORBA::ExtValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -13960,7 +13960,7 @@ void *CORBA::ExtValueDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
@@ -15968,7 +15968,7 @@ CORBA::ValueBoxDef::_unchecked_narrow (
ValueBoxDef_ptr,
obj->_tao_QueryInterface (
ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ValueBoxDef::_tao_class_id
)
)
@@ -16030,19 +16030,19 @@ CORBA::ValueBoxDef::_is_a (
}
}
-void *CORBA::ValueBoxDef::_tao_QueryInterface (ptr_arith_t type)
+void *CORBA::ValueBoxDef::_tao_QueryInterface (ptrdiff_t type)
{
void *retv = 0;
if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&ACE_NESTED_CLASS (::CORBA, ValueBoxDef)::_tao_class_id)
)
{
retv = ACE_reinterpret_cast (void*, this);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::TypedefDef::_tao_class_id)
)
{
@@ -16056,7 +16056,7 @@ void *CORBA::ValueBoxDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::Contained::_tao_class_id)
)
{
@@ -16070,7 +16070,7 @@ void *CORBA::ValueBoxDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IDLType::_tao_class_id)
)
{
@@ -16084,7 +16084,7 @@ void *CORBA::ValueBoxDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&::CORBA::IRObject::_tao_class_id)
)
{
@@ -16098,7 +16098,7 @@ void *CORBA::ValueBoxDef::_tao_QueryInterface (ptr_arith_t type)
);
}
else if (type == ACE_reinterpret_cast (
- ptr_arith_t,
+ ptrdiff_t,
&CORBA::Object::_tao_class_id)
)
{
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.h b/TAO/tao/IFR_Client/IFR_ExtendedC.h
index 63d5472c76a..3042f4c9386 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedC.h
+++ b/TAO/tao/IFR_Client/IFR_ExtendedC.h
@@ -208,7 +208,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -693,7 +693,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -1321,7 +1321,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2182,7 +2182,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
@@ -2555,7 +2555,7 @@ TAO_NAMESPACE CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual void *_tao_QueryInterface (ptr_arith_t type);
+ virtual void *_tao_QueryInterface (ptrdiff_t type);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);