summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h b/TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h
index 417b838e8c9..441456d5025 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/UsesDef_i.h
@@ -67,24 +67,24 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual CORBA_Contained::Description *describe (
+ virtual CORBA::Contained::Description *describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
// From Contained_i's pure virtual function.
- virtual CORBA_Contained::Description *describe_i (
+ virtual CORBA::Contained::Description *describe_i (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
// From Contained_i's pure virtual function.
- virtual CORBA_InterfaceDef_ptr interface_type (
+ virtual CORBA::InterfaceDef_ptr interface_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
- CORBA_InterfaceDef_ptr interface_type_i (
+ CORBA::InterfaceDef_ptr interface_type_i (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -105,4 +105,3 @@ public:
#endif /* _MSC_VER */
#endif /* TAO_USESDEF_I_H */
-