summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_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/DLL_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/DLL_Parser.h')
-rw-r--r--TAO/tao/DLL_Parser.h48
1 files changed, 23 insertions, 25 deletions
diff --git a/TAO/tao/DLL_Parser.h b/TAO/tao/DLL_Parser.h
index f5e6827deaa..635f742665e 100644
--- a/TAO/tao/DLL_Parser.h
+++ b/TAO/tao/DLL_Parser.h
@@ -1,17 +1,14 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// DLL_Parser.h
-//
-// = AUTHOR
-// Carlos O'Ryan (coryan@cs.wustl.edu)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file DLL_Parser.h
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan (coryan@cs.wustl.edu)
+ */
+//=============================================================================
+
#ifndef TAO_DLL_PARSER_H
#define TAO_DLL_PARSER_H
@@ -24,23 +21,24 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/**
+ * @class TAO_DLL_Parser
+ *
+ * @brief Defines the interface for the pluggable DLL parser components
+ *
+ * The ORB is able to dynamically load the list of DLL formats it
+ * understands. That allow us to integrate formats such as
+ * corbaname:, http: or ftp: only when required.
+ * This class provides a uniform interface for all the DLL parsers
+ */
class TAO_Export TAO_DLL_Parser : public TAO_IOR_Parser
{
- // = TITLE
- // Defines the interface for the pluggable DLL parser components
- //
- // = DESCRIPTION
- // The ORB is able to dynamically load the list of DLL formats it
- // understands. That allow us to integrate formats such as
- // corbaname:, http: or ftp: only when required.
- // This class provides a uniform interface for all the DLL parsers
- //
public:
+ /// Constructor
TAO_DLL_Parser (void);
- // Constructor
+ /// The destructor
virtual ~TAO_DLL_Parser (void);
- // The destructor
// = The IOR_Parser methods, please read the documentation in
// IOR_Parser.h