diff options
Diffstat (limited to 'cpp/include/IceUtil/Timer.h')
-rw-r--r-- | cpp/include/IceUtil/Timer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Timer.h b/cpp/include/IceUtil/Timer.h index 2683c87d062..2fcdb41cf5f 100644 --- a/cpp/include/IceUtil/Timer.h +++ b/cpp/include/IceUtil/Timer.h @@ -52,6 +52,12 @@ public: // Timer(); + + // + // Construct a timer and starts its execution thread with the priority. + // + Timer(int priority); + // // Destroy the timer and detach its execution thread if the calling thread // is the timer thread, join the timer execution thread otherwise. |