summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ValueFactory.h')
-rw-r--r--TAO/tao/ValueFactory.h27
1 files changed, 12 insertions, 15 deletions
diff --git a/TAO/tao/ValueFactory.h b/TAO/tao/ValueFactory.h
index 3d13ef36ab0..f7218edacab 100644
--- a/TAO/tao/ValueFactory.h
+++ b/TAO/tao/ValueFactory.h
@@ -1,18 +1,15 @@
// This may look like C, but it's really -*- C++ -*-
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// ValueFactory.h
-//
-// = AUTHOR
-// Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file ValueFactory.h
+ *
+ * $Id$
+ *
+ * @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
+ */
+//=============================================================================
+
#ifndef TAO_VALUEFACTORY_H
#define TAO_VALUEFACTORY_H
@@ -46,9 +43,9 @@ public:
void _remove_ref (void);
// private: %!
+ /// In a derived class T use return type TAO_OBV_CREATE_RETURN_TYPE (T)
+ /// (see at definition below)
virtual CORBA_ValueBase* create_for_unmarshal (void) = 0;
- // In a derived class T use return type TAO_OBV_CREATE_RETURN_TYPE (T)
- // (see at definition below)
private:
CORBA::ULong _tao_reference_count_;