summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Proxy_Impl.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/Object_Proxy_Impl.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/Object_Proxy_Impl.h')
-rw-r--r--TAO/tao/Object_Proxy_Impl.h47
1 files changed, 23 insertions, 24 deletions
diff --git a/TAO/tao/Object_Proxy_Impl.h b/TAO/tao/Object_Proxy_Impl.h
index 619edaceb1d..1f6f3f3703b 100644
--- a/TAO/tao/Object_Proxy_Impl.h
+++ b/TAO/tao/Object_Proxy_Impl.h
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// Object_Proxy_Impl.h
-//
-// = DESCRIPTION
-// This files contains the proxy definition of the interface that
-// all the Object proxy have to imlements.
-//
-// = AUTHOR
-// Angelo Corsaro <corsaro@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Object_Proxy_Impl.h
+ *
+ * $Id$
+ *
+ * This files contains the proxy definition of the interface that
+ * all the Object proxy have to imlements.
+ *
+ *
+ * @author Angelo Corsaro <corsaro@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_OBJECT_PROXY_IMPL_H_
#define TAO_OBJECT_PROXY_IMPL_H_
@@ -23,14 +20,16 @@
#include "ace/pre.h"
#include "tao/corbafwd.h"
+/**
+ * @class TAO_Object_Proxy_Impl
+ *
+ * @brief TAO_Object_Proxy_Impl
+ *
+ * This class defines the interface that the proxy for the class
+ * CORBA::Object have to implement.
+ */
class TAO_Export TAO_Object_Proxy_Impl
{
- // = TITLE
- // TAO_Object_Proxy_Impl
- //
- // = DESCRIPTION
- // This class defines the interface that the proxy for the class
- // CORBA::Object have to implement.
public:
virtual ~TAO_Object_Proxy_Impl (void);