summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
commit56681ffa90714cf82c32e907c0f80cea75166740 (patch)
treefd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i
parent6b5e98c78a7f66029147fad41e2e75cea35854aa (diff)
downloadATCD-56681ffa90714cf82c32e907c0f80cea75166740.tar.gz
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i224
1 files changed, 112 insertions, 112 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i b/TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i
index ee67530cc11..2dd1632a3b6 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i
+++ b/TAO/orbsvcs/IFR_Service/IFR_BaseS_T.i
@@ -90,37 +90,37 @@ POA_CORBA_IRObject_tie<T>::_is_owner (CORBA::Boolean b)
}
template <class T> ACE_INLINE PortableServer::POA_ptr
-POA_CORBA_IRObject_tie<T>::_default_POA (TAO_ENV_SINGLE_ARG_DECL)
+POA_CORBA_IRObject_tie<T>::_default_POA (ACE_ENV_SINGLE_ARG_DECL)
{
if (!CORBA::is_nil (this->poa_.in ()))
return PortableServer::POA::_duplicate (this->poa_.in ());
- return this->POA_CORBA_IRObject::_default_POA (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->POA_CORBA_IRObject::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER);
}
template <class T> ACE_INLINE
CORBA::DefinitionKind POA_CORBA_IRObject_tie<T>::def_kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->def_kind (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_IRObject_tie<T>::destroy (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->destroy (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
@@ -193,31 +193,31 @@ POA_CORBA_Contained_tie<T>::_is_owner (CORBA::Boolean b)
}
template <class T> ACE_INLINE PortableServer::POA_ptr
-POA_CORBA_Contained_tie<T>::_default_POA (TAO_ENV_SINGLE_ARG_DECL)
+POA_CORBA_Contained_tie<T>::_default_POA (ACE_ENV_SINGLE_ARG_DECL)
{
if (!CORBA::is_nil (this->poa_.in ()))
return PortableServer::POA::_duplicate (this->poa_.in ());
- return this->POA_CORBA_Contained::_default_POA (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->POA_CORBA_Contained::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER);
}
template <class T> ACE_INLINE
char * POA_CORBA_Contained_tie<T>::id (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->id (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_Contained_tie<T>::id (
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -225,27 +225,27 @@ void POA_CORBA_Contained_tie<T>::id (
{
this->ptr_->id (
id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
char * POA_CORBA_Contained_tie<T>::name (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->name (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_Contained_tie<T>::name (
const char * name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -253,27 +253,27 @@ void POA_CORBA_Contained_tie<T>::name (
{
this->ptr_->name (
name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
char * POA_CORBA_Contained_tie<T>::version (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->version (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_Contained_tie<T>::version (
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -281,59 +281,59 @@ void POA_CORBA_Contained_tie<T>::version (
{
this->ptr_->version (
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA_Container_ptr POA_CORBA_Contained_tie<T>::defined_in (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->defined_in (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
char * POA_CORBA_Contained_tie<T>::absolute_name (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->absolute_name (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA_Repository_ptr POA_CORBA_Contained_tie<T>::containing_repository (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->containing_repository (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA_Contained::Description * POA_CORBA_Contained_tie<T>::describe (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->describe (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
@@ -342,7 +342,7 @@ void POA_CORBA_Contained_tie<T>::move (
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -352,33 +352,33 @@ void POA_CORBA_Contained_tie<T>::move (
new_container,
new_name,
new_version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA::DefinitionKind POA_CORBA_Contained_tie<T>::def_kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->def_kind (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_Contained_tie<T>::destroy (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->destroy (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
@@ -451,18 +451,18 @@ POA_CORBA_Container_tie<T>::_is_owner (CORBA::Boolean b)
}
template <class T> ACE_INLINE PortableServer::POA_ptr
-POA_CORBA_Container_tie<T>::_default_POA (TAO_ENV_SINGLE_ARG_DECL)
+POA_CORBA_Container_tie<T>::_default_POA (ACE_ENV_SINGLE_ARG_DECL)
{
if (!CORBA::is_nil (this->poa_.in ()))
return PortableServer::POA::_duplicate (this->poa_.in ());
- return this->POA_CORBA_Container::_default_POA (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->POA_CORBA_Container::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER);
}
template <class T> ACE_INLINE
CORBA_Contained_ptr POA_CORBA_Container_tie<T>::lookup (
const char * search_name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -470,7 +470,7 @@ CORBA_Contained_ptr POA_CORBA_Container_tie<T>::lookup (
{
return this->ptr_->lookup (
search_name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -478,7 +478,7 @@ template <class T> ACE_INLINE
CORBA_ContainedSeq * POA_CORBA_Container_tie<T>::contents (
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -487,7 +487,7 @@ CORBA_ContainedSeq * POA_CORBA_Container_tie<T>::contents (
return this->ptr_->contents (
limit_type,
exclude_inherited
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -497,7 +497,7 @@ CORBA_ContainedSeq * POA_CORBA_Container_tie<T>::lookup_name (
CORBA::Long levels_to_search,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -508,7 +508,7 @@ search_name,
levels_to_search,
limit_type,
exclude_inherited
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -517,7 +517,7 @@ CORBA_Container::DescriptionSeq * POA_CORBA_Container_tie<T>::describe_contents
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited,
CORBA::Long max_returned_objs
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -527,7 +527,7 @@ CORBA_Container::DescriptionSeq * POA_CORBA_Container_tie<T>::describe_contents
limit_type,
exclude_inherited,
max_returned_objs
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -536,7 +536,7 @@ CORBA_ModuleDef_ptr POA_CORBA_Container_tie<T>::create_module (
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -546,7 +546,7 @@ CORBA_ModuleDef_ptr POA_CORBA_Container_tie<T>::create_module (
id,
name,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -557,7 +557,7 @@ CORBA_ConstantDef_ptr POA_CORBA_Container_tie<T>::create_constant (
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -569,7 +569,7 @@ id,
version,
type,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -579,7 +579,7 @@ CORBA_StructDef_ptr POA_CORBA_Container_tie<T>::create_struct (
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -590,7 +590,7 @@ id,
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -601,7 +601,7 @@ CORBA_UnionDef_ptr POA_CORBA_Container_tie<T>::create_union (
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -613,7 +613,7 @@ id,
version,
discriminator_type,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -623,7 +623,7 @@ CORBA_EnumDef_ptr POA_CORBA_Container_tie<T>::create_enum (
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -634,7 +634,7 @@ id,
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -644,7 +644,7 @@ CORBA_AliasDef_ptr POA_CORBA_Container_tie<T>::create_alias (
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -655,7 +655,7 @@ id,
name,
version,
original_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -665,7 +665,7 @@ CORBA_InterfaceDef_ptr POA_CORBA_Container_tie<T>::create_interface (
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -676,7 +676,7 @@ id,
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -692,7 +692,7 @@ CORBA_ValueDef_ptr POA_CORBA_Container_tie<T>::create_value (
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -709,7 +709,7 @@ id,
abstract_base_values,
supported_interfaces,
initializers
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -719,7 +719,7 @@ CORBA_ValueBoxDef_ptr POA_CORBA_Container_tie<T>::create_value_box (
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -730,7 +730,7 @@ id,
name,
version,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -740,7 +740,7 @@ CORBA_ExceptionDef_ptr POA_CORBA_Container_tie<T>::create_exception (
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -751,7 +751,7 @@ id,
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -760,7 +760,7 @@ CORBA_NativeDef_ptr POA_CORBA_Container_tie<T>::create_native (
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -770,7 +770,7 @@ CORBA_NativeDef_ptr POA_CORBA_Container_tie<T>::create_native (
id,
name,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -780,7 +780,7 @@ CORBA_AbstractInterfaceDef_ptr POA_CORBA_Container_tie<T>::create_abstract_inter
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -791,7 +791,7 @@ id,
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -801,7 +801,7 @@ CORBA_LocalInterfaceDef_ptr POA_CORBA_Container_tie<T>::create_local_interface
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -812,33 +812,33 @@ id,
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA::DefinitionKind POA_CORBA_Container_tie<T>::def_kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->def_kind (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_Container_tie<T>::destroy (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->destroy (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
@@ -911,50 +911,50 @@ POA_CORBA_IDLType_tie<T>::_is_owner (CORBA::Boolean b)
}
template <class T> ACE_INLINE PortableServer::POA_ptr
-POA_CORBA_IDLType_tie<T>::_default_POA (TAO_ENV_SINGLE_ARG_DECL)
+POA_CORBA_IDLType_tie<T>::_default_POA (ACE_ENV_SINGLE_ARG_DECL)
{
if (!CORBA::is_nil (this->poa_.in ()))
return PortableServer::POA::_duplicate (this->poa_.in ());
- return this->POA_CORBA_IDLType::_default_POA (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->POA_CORBA_IDLType::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER);
}
template <class T> ACE_INLINE
CORBA::TypeCode_ptr POA_CORBA_IDLType_tie<T>::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->type (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA::DefinitionKind POA_CORBA_IDLType_tie<T>::def_kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->def_kind (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_IDLType_tie<T>::destroy (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->destroy (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
@@ -1027,31 +1027,31 @@ POA_CORBA_TypedefDef_tie<T>::_is_owner (CORBA::Boolean b)
}
template <class T> ACE_INLINE PortableServer::POA_ptr
-POA_CORBA_TypedefDef_tie<T>::_default_POA (TAO_ENV_SINGLE_ARG_DECL)
+POA_CORBA_TypedefDef_tie<T>::_default_POA (ACE_ENV_SINGLE_ARG_DECL)
{
if (!CORBA::is_nil (this->poa_.in ()))
return PortableServer::POA::_duplicate (this->poa_.in ());
- return this->POA_CORBA_TypedefDef::_default_POA (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->POA_CORBA_TypedefDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER);
}
template <class T> ACE_INLINE
char * POA_CORBA_TypedefDef_tie<T>::id (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->id (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_TypedefDef_tie<T>::id (
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1059,27 +1059,27 @@ void POA_CORBA_TypedefDef_tie<T>::id (
{
this->ptr_->id (
id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
char * POA_CORBA_TypedefDef_tie<T>::name (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->name (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_TypedefDef_tie<T>::name (
const char * name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1087,27 +1087,27 @@ void POA_CORBA_TypedefDef_tie<T>::name (
{
this->ptr_->name (
name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
char * POA_CORBA_TypedefDef_tie<T>::version (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->version (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_TypedefDef_tie<T>::version (
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1115,59 +1115,59 @@ void POA_CORBA_TypedefDef_tie<T>::version (
{
this->ptr_->version (
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA_Container_ptr POA_CORBA_TypedefDef_tie<T>::defined_in (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->defined_in (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
char * POA_CORBA_TypedefDef_tie<T>::absolute_name (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->absolute_name (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA_Repository_ptr POA_CORBA_TypedefDef_tie<T>::containing_repository (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->containing_repository (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA_Contained::Description * POA_CORBA_TypedefDef_tie<T>::describe (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->describe (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
@@ -1176,7 +1176,7 @@ void POA_CORBA_TypedefDef_tie<T>::move (
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1186,46 +1186,46 @@ void POA_CORBA_TypedefDef_tie<T>::move (
new_container,
new_name,
new_version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA::TypeCode_ptr POA_CORBA_TypedefDef_tie<T>::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->type (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
CORBA::DefinitionKind POA_CORBA_TypedefDef_tie<T>::def_kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->def_kind (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}
template <class T> ACE_INLINE
void POA_CORBA_TypedefDef_tie<T>::destroy (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->destroy (
- TAO_ENV_SINGLE_ARG_PARAMETER
+ ACE_ENV_SINGLE_ARG_PARAMETER
);
}