From 48a66d166ea5ad246a3f04d43fde7ec98ae28c9f Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 11 Mar 1996 15:59:15 +0000 Subject: Removed pragma interfaces --- utils/Timer.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'utils/Timer.h') diff --git a/utils/Timer.h b/utils/Timer.h index 733a443..367a320 100644 --- a/utils/Timer.h +++ b/utils/Timer.h @@ -15,11 +15,6 @@ #ifndef Timer_H_ #define Timer_H_ -#ifdef __GNUG__ -#pragma interface -#endif - - #include "cplus_bugs.h" #include "bool.h" #include "Time.h" @@ -50,8 +45,6 @@ inline ~CcuTimerSet () {} inline bool IsEmpty () const { return bool (FirstTimer == 0); } }; - - class CcuCoreTimer { friend class CcuTimerSet; public: -- cgit v1.1