summaryrefslogtreecommitdiff
path: root/TAO/tao/DynSequence_i.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 00:39:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 00:39:50 +0000
commitfd3a7fc561dbedfd277843f3ec0f7709df6cfbf3 (patch)
treefed62bfcf5f9bd4f374321c9cea76ec0a0d756b6 /TAO/tao/DynSequence_i.h
parentbb695ead230ef5139d68b00ade916a6efe9abc46 (diff)
downloadATCD-fd3a7fc561dbedfd277843f3ec0f7709df6cfbf3.tar.gz
*** empty log message ***
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 d22c8a060a4..3305fa14839 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
- AnySeq_ptr get_elements (CORBA::Environment &ACE_TRY_ENV);
+ CORBA_AnySeq_ptr get_elements (CORBA::Environment &ACE_TRY_ENV);
- void set_elements (const AnySeq& value,
+ void set_elements (const CORBA_AnySeq& value,
CORBA::Environment &ACE_TRY_ENV);
// Functions common to all Dynamic Any types