summaryrefslogtreecommitdiff
path: root/TAO/tao/POA_CORBA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/POA_CORBA.h')
-rw-r--r--TAO/tao/POA_CORBA.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/tao/POA_CORBA.h b/TAO/tao/POA_CORBA.h
index 5572d879cf1..4cc77224583 100644
--- a/TAO/tao/POA_CORBA.h
+++ b/TAO/tao/POA_CORBA.h
@@ -1363,13 +1363,13 @@ public:
CORBA::Environment::default_environment ()
) = 0;
- virtual CORBA::NameValuePairSeq * get_members (
+ virtual NameValuePairSeq * get_members (
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
) = 0;
virtual void set_members (
- const CORBA::NameValuePairSeq & value,
+ const NameValuePairSeq & value,
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
) = 0;
@@ -1416,12 +1416,12 @@ public:
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
- virtual CORBA::NameValuePairSeq * get_members (
+ virtual NameValuePairSeq * get_members (
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
virtual void set_members (
- const CORBA::NameValuePairSeq & value,
+ const NameValuePairSeq & value,
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
@@ -1590,13 +1590,13 @@ public:
CORBA::Environment::default_environment ()
) = 0;
- virtual CORBA_AnySeq * get_elements (
+ virtual AnySeq * get_elements (
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
) = 0;
virtual void set_elements (
- const CORBA_AnySeq & value,
+ const AnySeq & value,
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
) = 0;
@@ -1652,12 +1652,12 @@ public:
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
- virtual CORBA_AnySeq * get_elements (
+ virtual AnySeq * get_elements (
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
virtual void set_elements (
- const CORBA_AnySeq & value,
+ const AnySeq & value,
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
@@ -1683,13 +1683,13 @@ public:
virtual void* _downcast (
const char* logical_type_id
);
- virtual CORBA_AnySeq * get_elements (
+ virtual AnySeq * get_elements (
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
) = 0;
virtual void set_elements (
- const CORBA_AnySeq & value,
+ const AnySeq & value,
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
) = 0;
@@ -1728,12 +1728,12 @@ public:
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
- virtual CORBA_AnySeq * get_elements (
+ virtual AnySeq * get_elements (
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);
virtual void set_elements (
- const CORBA_AnySeq & value,
+ const AnySeq & value,
CORBA::Environment &TAO_IN_ENV =
CORBA::Environment::default_environment ()
);