summaryrefslogtreecommitdiff
path: root/ACE/ace/Parse_Node.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-30 11:24:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-30 11:24:34 +0000
commit2bb7ac31519984ea8747d2388f35b4f555f7145e (patch)
tree4faf9db048a7e5aff59cb3f64d7edb7e2f0468bb /ACE/ace/Parse_Node.h
parent1d5943f1ba8ea55bc3d04d07f99283a5e0fb0ee3 (diff)
downloadATCD-2bb7ac31519984ea8747d2388f35b4f555f7145e.tar.gz
Mon Jul 30 11:24:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Parse_Node.h')
-rw-r--r--ACE/ace/Parse_Node.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ACE/ace/Parse_Node.h b/ACE/ace/Parse_Node.h
index bb456240315..ff3647ad875 100644
--- a/ACE/ace/Parse_Node.h
+++ b/ACE/ace/Parse_Node.h
@@ -210,7 +210,6 @@ class ACE_Dynamic_Node : public ACE_Static_Node
public:
ACE_Dynamic_Node (ACE_Service_Type_Factory const *, ACE_TCHAR *params);
- // ACE_Dynamic_Node (const ACE_Service_Type *, ACE_TCHAR *params);
virtual ~ACE_Dynamic_Node (void);
// virtual const ACE_Service_Type *record (void) const;
@@ -476,9 +475,9 @@ private:
ACE_UNIMPLEMENTED_FUNC (ACE_Static_Function_Node& operator= (const ACE_Static_Function_Node&))
};
-// A helper class used to safely register dynamic services, which may contains
-// subordinate static services. It is used to capture the necessary data during
-// the parsing, but perform the actuall instantiation later.
+/// A helper class used to safely register dynamic services, which may contains
+/// subordinate static services. It is used to capture the necessary data during
+/// the parsing, but perform the actuall instantiation later.
class ACE_Service_Type_Factory
{
public: