summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-06 22:30:23 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-06 22:30:23 +0000
commitb8be47ca5b763b3253ca9a0a55b45bc088f17b85 (patch)
tree6e4a3f0277a7b030f6b7b7c9d7e01e6d7c7aaa4b
parentffd4b82ae037027b3d4360838e8fd7377b5b86eb (diff)
downloadATCD-b8be47ca5b763b3253ca9a0a55b45bc088f17b85.tar.gz
Made Start/StopCondition enums named
-rw-r--r--TAO/orbsvcs/examples/RtEC/ECConfigurator/SyntaxTree.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/ECConfigurator/SyntaxTree.h b/TAO/orbsvcs/examples/RtEC/ECConfigurator/SyntaxTree.h
index 0322ddf9908..2b87e77861e 100644
--- a/TAO/orbsvcs/examples/RtEC/ECConfigurator/SyntaxTree.h
+++ b/TAO/orbsvcs/examples/RtEC/ECConfigurator/SyntaxTree.h
@@ -204,7 +204,7 @@ public:
// Attributes
ACE_CString name;
- RtEventChannelAdmin::Event_Type type; // TODO: handle Event::type
+ RtEventChannelAdmin::Event_Type type;
};
class Criticality : public VisitableSyntax
@@ -440,7 +440,7 @@ public:
// Attributes
ACE_CString name;
- RtEventChannelAdmin::EventSourceID id; // TODO: handle Supplier::id
+ RtEventChannelAdmin::EventSourceID id;
};
class Publications : public VisitableSyntax
@@ -528,9 +528,10 @@ public:
Time *time;
// Attributes
- enum { GLOBALTIME,
- DELAYAFTERSTART,
- DELAYAFTERCONNECT } type;
+ typedef enum { GLOBALTIME,
+ DELAYAFTERSTART,
+ DELAYAFTERCONNECT } TYPE;
+ TYPE type;
bool master;
};
@@ -555,8 +556,9 @@ public:
Value *value;
// Attributes
- enum { DURATION,
- EVENTNUMBER } type;
+ typedef enum { DURATION,
+ EVENTNUMBER } TYPE;
+ TYPE type;
};
// String value elements