summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.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/Time_Value.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/Time_Value.h')
-rw-r--r--ACE/ace/Time_Value.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Time_Value.h b/ACE/ace/Time_Value.h
index 3e51853ecba..4c295c7399c 100644
--- a/ACE/ace/Time_Value.h
+++ b/ACE/ace/Time_Value.h
@@ -53,7 +53,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Export ACE_Time_Value
{
public:
-
/// Constant "0".
static const ACE_Time_Value zero;
@@ -67,8 +66,6 @@ public:
*/
static const ACE_Time_Value max_time;
- // = Initialization methods.
-
/// Default Constructor.
ACE_Time_Value (void);