summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicAny/DynamicAny.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicAny/DynamicAny.h')
-rw-r--r--TAO/tao/DynamicAny/DynamicAny.h31
1 files changed, 14 insertions, 17 deletions
diff --git a/TAO/tao/DynamicAny/DynamicAny.h b/TAO/tao/DynamicAny/DynamicAny.h
index 7057c644f90..c15a85f0035 100644
--- a/TAO/tao/DynamicAny/DynamicAny.h
+++ b/TAO/tao/DynamicAny/DynamicAny.h
@@ -1,19 +1,16 @@
/* -*- C++ -*- */
-// $Id$
-
-// =========================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// DynamicAny.h
-//
-// = AUTHOR
-// Carlos O'Ryan <coryan@uci.edu>
-//
-// =========================================================================
+
+//=============================================================================
+/**
+ * @file DynamicAny.h
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ */
+//=============================================================================
+
#ifndef TAO_DYNAMICANY_H
#define TAO_DYNAMICANY_H
@@ -30,18 +27,18 @@
class TAO_DynamicAny_Export TAO_DynamicAny_Loader : public TAO_Object_Loader
{
public:
+ /// Constructor
TAO_DynamicAny_Loader (void);
- // Constructor
+ /// Creates a DynamicAny factory and returns it.
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
ACE_TCHAR *argv []
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- // Creates a DynamicAny factory and returns it.
+ /// Used to force the initialization of the ORB code.
static int Initializer (void);
- // Used to force the initialization of the ORB code.
};
ACE_STATIC_SVC_DECLARE (TAO_DynamicAny_Loader)