diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 02:33:55 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 02:33:55 +0000 |
commit | 2ad99c725ff2075b3a7fecd797835315923b613b (patch) | |
tree | 211beaee25c73b4dd5aae34da05dc5f9ee7fd5e5 /TAO/tao/Sequence_T.cpp | |
parent | 5297e2ae87fbf2142027f5ce73172aadded34b06 (diff) | |
download | ATCD-2ad99c725ff2075b3a7fecd797835315923b613b.tar.gz |
Wed Jun 16 21:08:58 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.cpp')
-rw-r--r-- | TAO/tao/Sequence_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.cpp b/TAO/tao/Sequence_T.cpp index 116d4cb6d62..fc628f5381f 100644 --- a/TAO/tao/Sequence_T.cpp +++ b/TAO/tao/Sequence_T.cpp @@ -943,7 +943,7 @@ TAO_Bounded_String_Sequence<MAX>::freebuf (char* *buffer) } template<CORBA::ULong MAX> void -TAO_Bounded_String_Sequence<MAX>::_allocate_buffer (CORBA::ULong length) +TAO_Bounded_String_Sequence<MAX>::_allocate_buffer (CORBA::ULong /* length */) { // For this class memory is never reallocated so the implementation // is *really* simple. |