diff options
Diffstat (limited to 'src/timer/cpu_counter/tm_hard.h')
-rw-r--r-- | src/timer/cpu_counter/tm_hard.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/timer/cpu_counter/tm_hard.h b/src/timer/cpu_counter/tm_hard.h index 03f508575..2e338eca8 100644 --- a/src/timer/cpu_counter/tm_hard.h +++ b/src/timer/cpu_counter/tm_hard.h @@ -1,7 +1,9 @@ -/************************************************* -* Hardware Timer Header File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* Hardware Timer +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_TIMER_HARDWARE_H__ #define BOTAN_TIMER_HARDWARE_H__ @@ -10,9 +12,9 @@ namespace Botan { -/************************************************* -* Hardware Timer * -*************************************************/ +/* +* Hardware Timer +*/ class BOTAN_DLL Hardware_Timer : public Timer { public: |