summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 17:23:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 17:23:41 +0000
commit229a7f9675f0ad641eb6dc59f9161a6ffcff713a (patch)
tree657f3a37ab172121a161f3a3f6270f7217ab36b9 /ace
parent9e2e9e9624743ac72a62f2db6eedd7733d2ca55e (diff)
downloadATCD-229a7f9675f0ad641eb6dc59f9161a6ffcff713a.tar.gz
ChangeLogTag:Fri Nov 4 09:18:17 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/Dev_Poll_Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Dev_Poll_Reactor.h b/ace/Dev_Poll_Reactor.h
index 6ed7ab3bba1..22925164dbd 100644
--- a/ace/Dev_Poll_Reactor.h
+++ b/ace/Dev_Poll_Reactor.h
@@ -1203,9 +1203,9 @@ protected:
/// does wake the current token holder.
int acquire (ACE_Time_Value *max_wait = 0);
- protected:
+ private:
- Token_Guard (void) {}
+ Token_Guard (void);
private: