diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-02-04 09:09:22 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-02-04 09:09:22 +0000 |
commit | eace4b4d9252f7e141bc722b80815092cf833ca8 (patch) | |
tree | 0efd7fe66338f2fc7ab20d4d8869ad3619113800 /TAO/TAO_IDL/be_include/be_string.h | |
parent | d0344f87cb35b11542d386f1a38e889c79c499a9 (diff) | |
download | ATCD-eace4b4d9252f7e141bc722b80815092cf833ca8.tar.gz |
Thu Feb 4 09:01:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/*.h:
Converted to doxygen style of documentation
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_string.h')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_string.h | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/TAO/TAO_IDL/be_include/be_string.h b/TAO/TAO_IDL/be_include/be_string.h index 6c5235ebc04..6de843073d6 100644 --- a/TAO/TAO_IDL/be_include/be_string.h +++ b/TAO/TAO_IDL/be_include/be_string.h @@ -1,23 +1,19 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// TAO IDL -// -// = FILENAME -// be_string.h -// -// = DESCRIPTION -// Extension of class AST_String that provides additional means for C++ -// mapping. -// -// = AUTHOR -// Copyright 1994-1995 by Sun Microsystems, Inc. -// and -// Aniruddha Gokhale -// -// ============================================================================ + +//============================================================================= +/** + * @file be_string.h + * + * $Id$ + * + * Extension of class AST_String that provides additional means for C++ + * mapping. + * + * + * @author Copyright 1994-1995 by Sun Microsystems + * @author Inc. and Aniruddha Gokhale + */ +//============================================================================= + #ifndef BE_STRING_H #define BE_STRING_H @@ -56,8 +52,8 @@ public: DEF_NARROW_FROM_DECL (be_string); protected: + /// Overridden method to compute typecode name. virtual void compute_tc_name (void); - // Overridden method to compute typecode name. }; #endif |