summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_TypeCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Sequence_TypeCode.h')
-rw-r--r--TAO/tao/Sequence_TypeCode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Sequence_TypeCode.h b/TAO/tao/Sequence_TypeCode.h
index ca8da2e7094..b1c2efebbdc 100644
--- a/TAO/tao/Sequence_TypeCode.h
+++ b/TAO/tao/Sequence_TypeCode.h
@@ -45,8 +45,8 @@ namespace TAO
/// Constructor.
Sequence (CORBA::TCKind kind,
- CORBA::ULong length,
- CORBA::TypeCode_ptr * tc);
+ CORBA::TypeCode_ptr * content_type,
+ CORBA::ULong length);
/// Destructor.
~Sequence (void);