summaryrefslogtreecommitdiff
path: root/ace/Stats.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-03 17:19:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-03 17:19:49 +0000
commit4d7fd4825731577fe4a1d9ec255b27d13f2bf782 (patch)
tree91a8e6ed800f032342e79a09d9c01c68248f1a98 /ace/Stats.h
parentc4f1c8d0d15506fec4627933b3fb0d9fda612b26 (diff)
downloadATCD-4d7fd4825731577fe4a1d9ec255b27d13f2bf782.tar.gz
ChangeLogTag:Thu Nov 3 09:16:23 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Stats.h')
-rw-r--r--ace/Stats.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Stats.h b/ace/Stats.h
index cd4fe3e9448..f7f0d108823 100644
--- a/ace/Stats.h
+++ b/ace/Stats.h
@@ -81,6 +81,10 @@ public:
void dump (void) const;
private:
+
+ ACE_Stats_Value (void) {}
+
+private:
/// The integer portion of the value.
ACE_UINT32 whole_;
@@ -94,7 +98,6 @@ private:
*/
u_int precision_;
- ACE_UNIMPLEMENTED_FUNC (ACE_Stats_Value (void))
};
/**