summaryrefslogtreecommitdiff
path: root/ace/Registry.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-08-03 17:56:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-08-03 17:56:51 +0000
commitf0a1c764e00a0614d6f12b5951924863254fc482 (patch)
tree6ba08f97d2581c3032f810f384fbd9540d713afa /ace/Registry.h
parent89df3b5cffa5a5f29cfb17d86d9935a01b23c0f7 (diff)
downloadATCD-f0a1c764e00a0614d6f12b5951924863254fc482.tar.gz
ChangeLogTag: Sat Aug 03 19:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Registry.h')
-rw-r--r--ace/Registry.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/ace/Registry.h b/ace/Registry.h
index 2504f155086..59a3c238b31 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -114,11 +114,7 @@ public:
// A list of bindings
typedef ACE_Unbounded_Set<Binding> Binding_List;
- /**
- * @class Binding_Iterator;
- *
- * Forward declaration of iterator
- */
+ // Forward declaration of iterator
class Binding_Iterator;
/**
@@ -455,13 +451,15 @@ public:
// This should really be private
// But the compiler is broken
-/**
- * @class Iteration_State
- Base class for state
- */
+ /**
+ * @class Iteration_State
+ *
+ * Base class for state
+ */
class ACE_Export Iteration_State
{
public:
+ /// Constructor
Iteration_State (Binding_Iterator &iterator);
/// Next <how_many> entries