From 3e47a9ba51196f0eea9f91322b1fbf2a2944791f Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 22 Jul 1994 09:07:23 +0000 Subject: Added pragma implementation --- utils/Signal.cc | 4 ++++ utils/SmartPointer.cc | 3 +++ utils/Timer.cc | 3 +++ 3 files changed, 10 insertions(+) (limited to 'utils') diff --git a/utils/Signal.cc b/utils/Signal.cc index 45563f1..17c1b1a 100644 --- a/utils/Signal.cc +++ b/utils/Signal.cc @@ -12,6 +12,10 @@ * $CurLog$ */ +#ifdef __GNUG__ +#pragma implementation "Signal.h" +#endif + #include "Signal.h" #include "List.h" #if defined(sun) && !defined (__svr4__) diff --git a/utils/SmartPointer.cc b/utils/SmartPointer.cc index d83dbbc..2ff5539 100644 --- a/utils/SmartPointer.cc +++ b/utils/SmartPointer.cc @@ -16,6 +16,9 @@ #include #include +#ifdef __GNUG__ +#pragma implementation "SmartPointer.h" +#endif #include "SmartPointer.h" #include "List.h" diff --git a/utils/Timer.cc b/utils/Timer.cc index a5fbbad..830a367 100644 --- a/utils/Timer.cc +++ b/utils/Timer.cc @@ -12,6 +12,9 @@ * $CurLog$ */ +#ifdef __GNUG__ +#pragma implementation "Timer.h" +#endif #include "Timer.h" #include "Signal.h" #include "List.h" -- cgit v1.1