diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 01:59:58 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 01:59:58 +0000 |
commit | 32efadd5264191b8b51850e0a8b201dc77ad999a (patch) | |
tree | 0761347edef980bf570b7ed053f8417a030560f4 /TAO/tao/CONV_FRAMEC.h | |
parent | 25347671ab67c15b1a97e8d6e2b862b745347587 (diff) | |
download | ATCD-32efadd5264191b8b51850e0a8b201dc77ad999a.tar.gz |
ChangeLogTag: Thu Aug 12 20:55:44 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CONV_FRAMEC.h')
-rw-r--r-- | TAO/tao/CONV_FRAMEC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CONV_FRAMEC.h b/TAO/tao/CONV_FRAMEC.h index ccfed2dbb0b..8673232b6cf 100644 --- a/TAO/tao/CONV_FRAMEC.h +++ b/TAO/tao/CONV_FRAMEC.h @@ -1,4 +1,3 @@ -// // $Id$ // // ================================================================ @@ -324,7 +323,8 @@ TAO_NAMESPACE CONV_FRAME TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr _tc_CodeSetContext; -}; // module CONV_FRAME +} +TAO_NAMESPACE_CLOSE // module CONV_FRAME void TAO_Export operator<<= (CORBA::Any &, const CONV_FRAME::CodeSetComponent &); // copying version void TAO_Export operator<<= (CORBA::Any &, CONV_FRAME::CodeSetComponent*); // noncopying version |