summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-11-07 14:47:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-11-07 14:47:07 +0000
commitd618322857a5bddf28da472f35da4a1d049c2bd2 (patch)
treec0fa66cbe2197e54fb12646efd5eac5d4a37c434 /ace
parentc2734558bc33e2f2917810f6fc70db52c7fccc41 (diff)
downloadATCD-d618322857a5bddf28da472f35da4a1d049c2bd2.tar.gz
ChangeLogTag: Mon Nov 7 14:45:05 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/Stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Stats.h b/ace/Stats.h
index f7f0d108823..a95328b74d1 100644
--- a/ace/Stats.h
+++ b/ace/Stats.h
@@ -193,7 +193,7 @@ public:
/// Print summary statistics to stdout.
void dump (void) const;
-private:
+protected:
/// Internal indication of whether there has been overflow. Contains
/// the errno corresponding to the cause of overflow.
u_int overflow_;