summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h b/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
index 9468af7702e..c1acfd8e0d1 100644
--- a/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
+++ b/TAO/orbsvcs/IFR_Service/TypeCodeFactory_i.h
@@ -16,7 +16,7 @@
#ifndef TAO_TYPECODEFACTORY_I_H
#define TAO_TYPECODEFACTORY_I_H
-#include "tao/POA_CORBA.h"
+#include "tao/PortableServer/POA_CORBA.h"
#include "TCF_Export.h"
// This is to remove "inherits via dominance" warnings from MSVC.
@@ -27,7 +27,7 @@
# pragma warning (disable : 4250)
#endif /* _MSC_VER */
-class TCF_Export TAO_TypeCodeFactory_i
+class TCF_Export TAO_TypeCodeFactory_i
: public virtual POA_CORBA::TypeCodeFactory,
public virtual PortableServer::RefCountServantBase
{
@@ -48,7 +48,7 @@ public:
const char *id,
const char *name,
const IR::StructMemberSeq &members,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -58,7 +58,7 @@ public:
const char *name,
CORBA::TypeCode_ptr discriminator_type,
const IR::UnionMemberSeq &members,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -67,7 +67,7 @@ public:
const char *id,
const char *name,
const IR::EnumMemberSeq &members,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -76,7 +76,7 @@ public:
const char *id,
const char *name,
CORBA::TypeCode_ptr original_type,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -85,7 +85,7 @@ public:
const char *id,
const char *name,
const IR::StructMemberSeq &members,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -93,21 +93,21 @@ public:
virtual CORBA::TypeCode_ptr create_interface_tc (
const char *id,
const char *name,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::TypeCode_ptr create_string_tc (
CORBA::ULong bound,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::TypeCode_ptr create_wstring_tc (
CORBA::ULong bound,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -115,7 +115,7 @@ public:
virtual CORBA::TypeCode_ptr create_fixed_tc (
CORBA::UShort digits,
CORBA::UShort scale,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -123,7 +123,7 @@ public:
virtual CORBA::TypeCode_ptr create_sequence_tc (
CORBA::ULong bound,
CORBA::TypeCode_ptr element_type,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -131,7 +131,7 @@ public:
virtual CORBA::TypeCode_ptr create_array_tc (
CORBA::ULong length,
CORBA::TypeCode_ptr element_type,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -142,7 +142,7 @@ public:
CORBA::ValueModifier type_modifier,
CORBA::TypeCode_ptr concrete_base,
const IR::ValueMemberSeq &members,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -151,7 +151,7 @@ public:
const char *id,
const char *name,
CORBA::TypeCode_ptr boxed_type,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -159,14 +159,14 @@ public:
virtual CORBA::TypeCode_ptr create_native_tc (
const char *id,
const char *name,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::TypeCode_ptr create_recursive_tc (
const char *id,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -174,7 +174,7 @@ public:
virtual CORBA::TypeCode_ptr create_abstract_interface_tc (
const char *id,
const char *name,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -182,7 +182,7 @@ public:
virtual CORBA::TypeCode_ptr create_component_tc (
const char *id,
const char *name,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -190,7 +190,7 @@ public:
virtual CORBA::TypeCode_ptr create_home_tc (
const char *id,
const char *name,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));