From f0042272bc749085444efc4f81fba3f2a95bdf3d Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 11 Mar 1996 15:31:47 +0000 Subject: Removed pragma interfaces --- utils/Time.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/Time.h b/utils/Time.h index 58718c0..19b0648 100644 --- a/utils/Time.h +++ b/utils/Time.h @@ -15,9 +15,7 @@ #ifndef Time_H_ #define Time_H_ -#ifdef __GNUG__ -#pragma interface -#endif + #include "cplus_bugs.h" @@ -32,7 +30,6 @@ inline operator Millisecond () const { return Value; } const char* AsString () const; }; - class CcuTime { protected: Millisecond Offset; -- cgit v1.1