summaryrefslogtreecommitdiff
path: root/ACE/ace/Node.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 19:06:27 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 19:06:27 +0200
commitcdc108a61cb7e4a26932f5f4073c556260935c27 (patch)
tree13cda56e6d949b244293a097f9dccfe8eebfcf5c /ACE/ace/Node.h
parent814e79122b919520b7a337408d8b66f9f30d38bf (diff)
downloadATCD-cdc108a61cb7e4a26932f5f4073c556260935c27.tar.gz
Removed old style documentation which was just about mentioning where constructors/destructors are
Diffstat (limited to 'ACE/ace/Node.h')
-rw-r--r--ACE/ace/Node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Node.h b/ACE/ace/Node.h
index 57bf9de39ab..aecc69d83d1 100644
--- a/ACE/ace/Node.h
+++ b/ACE/ace/Node.h
@@ -55,7 +55,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
- // = Initialization methods
ACE_Node (const T &i, ACE_Node<T, C> *n);
ACE_Node (ACE_Node<T, C> *n = 0, int = 0);
ACE_Node (const ACE_Node<T, C> &n);