summaryrefslogtreecommitdiff
path: root/src/libnml/os_intf/timer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnml/os_intf/timer.hh')
-rw-r--r--src/libnml/os_intf/timer.hh18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libnml/os_intf/timer.hh b/src/libnml/os_intf/timer.hh
index 15710511a..b894de6c5 100644
--- a/src/libnml/os_intf/timer.hh
+++ b/src/libnml/os_intf/timer.hh
@@ -1,3 +1,21 @@
+/********************************************************************
+* Description: timer.hh
+* A TIMER object lets you wait on the expiration of a cyclic
+* period, to the resolution of the system clock.
+*
+* Derived from a work by Fred Proctor & Will Shackleford
+*
+* Author:
+* License: GPL Version 2
+* System: Linux
+*
+* Copyright (c) 2004 All rights reserved.
+*
+* Last change:
+* $Revision$
+* $Author$
+* $Date$
+********************************************************************/
#ifndef TIMER_HH
#define TIMER_HH