summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-15 20:06:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-15 20:06:51 +0000
commit2f33b02d0037bc8ee6788c2840c7822922c0c952 (patch)
treedd9680e93d92ed55dcab63954c75283209681cb8 /TAO/tao/FILE_Parser.h
parentbb98ac0816b9558d489efbdf87833dbbbbb75b80 (diff)
downloadATCD-2f33b02d0037bc8ee6788c2840c7822922c0c952.tar.gz
ChangeLogTag:Fri Dec 15 11:36:08 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/FILE_Parser.h')
-rw-r--r--TAO/tao/FILE_Parser.h48
1 files changed, 23 insertions, 25 deletions
diff --git a/TAO/tao/FILE_Parser.h b/TAO/tao/FILE_Parser.h
index 9f3a15f1e99..899f184682e 100644
--- a/TAO/tao/FILE_Parser.h
+++ b/TAO/tao/FILE_Parser.h
@@ -1,17 +1,14 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// FILE_Parser.h
-//
-// = AUTHOR
-// Carlos O'Ryan (coryan@cs.wustl.edu)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file FILE_Parser.h
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan (coryan@cs.wustl.edu)
+ */
+//=============================================================================
+
#ifndef TAO_FILE_PARSER_H
#define TAO_FILE_PARSER_H
@@ -24,23 +21,24 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/**
+ * @class TAO_FILE_Parser
+ *
+ * @brief Implements the <file:> IOR format
+ *
+ * This class implements the <file:> IOR format.
+ * It is dynamically loaded by the ORB and used to open a file,
+ * read its contents and then interepret the file as an IOR (that
+ * can be in any valid format).
+ */
class TAO_Export TAO_FILE_Parser : public TAO_IOR_Parser
{
- // = TITLE
- // Implements the <file:> IOR format
- //
- // = DESCRIPTION
- // This class implements the <file:> IOR format.
- // It is dynamically loaded by the ORB and used to open a file,
- // read its contents and then interepret the file as an IOR (that
- // can be in any valid format).
- //
public:
+ /// Constructor
TAO_FILE_Parser (void);
- // Constructor
+ /// The destructor
virtual ~TAO_FILE_Parser (void);
- // The destructor
// = The IOR_Parser methods, please read the documentation in
// IOR_Parser.h