summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-02 21:14:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-02 21:14:32 +0000
commitde284731c1fa4406147439ba4aaa9383fc33e62d (patch)
treeb94aab3fa4d0b89286d7aeb5d7bd708e090528b6 /TAO/tao
parentb174984c153c4ab24e0d66ddb265fbebc465ceb4 (diff)
downloadATCD-de284731c1fa4406147439ba4aaa9383fc33e62d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/corbacom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/corbacom.h b/TAO/tao/corbacom.h
index fea7de8f309..9ba421abe38 100644
--- a/TAO/tao/corbacom.h
+++ b/TAO/tao/corbacom.h
@@ -172,7 +172,10 @@ struct CORBA_SEQUENCE
CORBA_Boolean release; // Only here to make it compliant with IDL-generated layout
CORBA_SEQUENCE (void)
- : maximum (0), length (0), buffer (0), release(CORBA::B_FALSE) { }
+ : maximum (0),
+ length (0),
+ buffer (0),
+ release (CORBA::B_FALSE) { }
// XXX destructor should free buffer, elements!!
~CORBA_SEQUENCE (void) { }