summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers/PCB.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:24:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:24:51 +0000
commit93bd37499c0f1ea062d123a8425c7157503510e2 (patch)
tree29cdfc1a8d692b206a02154d887747a5249dfd30 /ACE/examples/APG/Timers/PCB.h
parented8291d8da71da82a9d8f1e05a516d844bcb103b (diff)
downloadATCD-93bd37499c0f1ea062d123a8425c7157503510e2.tar.gz
Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
*: Zapped trailing whitespaces using find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
Diffstat (limited to 'ACE/examples/APG/Timers/PCB.h')
-rw-r--r--ACE/examples/APG/Timers/PCB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Timers/PCB.h b/ACE/examples/APG/Timers/PCB.h
index 7fdb9d2d1cf..4bd223b3c68 100644
--- a/ACE/examples/APG/Timers/PCB.h
+++ b/ACE/examples/APG/Timers/PCB.h
@@ -19,7 +19,7 @@ public:
virtual int handleEvent (const void *arg);
virtual int handleCancel (void);
virtual int handleClose (void);
-
+
private:
long timerID_;
int count_;