summaryrefslogtreecommitdiff
path: root/TAO/tao/DynSequence_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynSequence_i.h')
-rw-r--r--TAO/tao/DynSequence_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynSequence_i.h b/TAO/tao/DynSequence_i.h
index 3305fa14839..d22c8a060a4 100644
--- a/TAO/tao/DynSequence_i.h
+++ b/TAO/tao/DynSequence_i.h
@@ -56,9 +56,9 @@ public:
// Assign and dump elements using IDL defined type AnySeq
- CORBA_AnySeq_ptr get_elements (CORBA::Environment &ACE_TRY_ENV);
+ AnySeq_ptr get_elements (CORBA::Environment &ACE_TRY_ENV);
- void set_elements (const CORBA_AnySeq& value,
+ void set_elements (const AnySeq& value,
CORBA::Environment &ACE_TRY_ENV);
// Functions common to all Dynamic Any types