summaryrefslogtreecommitdiff
path: root/tests/Object_Loader/Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Object_Loader/Loader.h')
-rw-r--r--tests/Object_Loader/Loader.h40
1 files changed, 19 insertions, 21 deletions
diff --git a/tests/Object_Loader/Loader.h b/tests/Object_Loader/Loader.h
index 18e157271b3..0d2ed52f964 100644
--- a/tests/Object_Loader/Loader.h
+++ b/tests/Object_Loader/Loader.h
@@ -1,17 +1,14 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Object_Loader
-//
-// = FILENAME
-// Loader.h
-//
-// = AUTHOR
-// Carlos O'Ryan
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Loader.h
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan
+ */
+//=============================================================================
+
#ifndef TAO_OBJECT_LOADER_LOADER_H
#define TAO_OBJECT_LOADER_LOADER_H
@@ -19,21 +16,22 @@
#include "tao/Object_Loader.h"
#include "OLT_Export.h"
+/**
+ * @class Loader
+ *
+ * @brief Implement the Test interface
+ *
+ */
class OLT_Export Loader : public TAO_Object_Loader
{
- // = TITLE
- // Implement the Test interface
- //
- // = DESCRIPTION
- //
public:
+ /// ctor
Loader (void);
- // ctor
+ /// Create a new instance
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
ACE_TCHAR *argv[]);
- // Create a new instance
};
// ACE_STATIC_SVC_DECLARE (Loader)