diff options
Diffstat (limited to 'ace/Method_Object.h')
-rw-r--r-- | ace/Method_Object.h | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/ace/Method_Object.h b/ace/Method_Object.h index 5f992bb2d04..51d2896e05e 100644 --- a/ace/Method_Object.h +++ b/ace/Method_Object.h @@ -1,23 +1,20 @@ /* -*- C++ -*- */ -// $Id$ -// ============================================================================ -// -// = LIBRARY -// ace -// -// = FILENAME -// Method_Object.h -// -// = DESCRIPTION -// This file just #includes "ace/Method_Request.h" and is just here -// for backwards compatibility with earlier versions of ACE. -// Please don't use it directly since it may go away at some point. -// -// = AUTHOR -// Douglas C. Schmidt <schmidt@cs.wustl.edu> -// -// ============================================================================ +//============================================================================= +/** + * @file Method_Object.h + * + * $Id$ + * + * This file just #includes "ace/Method_Request.h" and is just here + * for backwards compatibility with earlier versions of ACE. + * Please don't use it directly since it may go away at some point. + * + * + * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> + */ +//============================================================================= + #ifndef ACE_METHOD_OBJECT_H #define ACE_METHOD_OBJECT_H |