From 3e47a9ba51196f0eea9f91322b1fbf2a2944791f Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 22 Jul 1994 09:07:23 +0000 Subject: Added pragma implementation --- comm/Channel.cc | 3 +++ comm/IOS.cc | 3 +++ comm/SignalHandler.cc | 3 +++ utils/Signal.cc | 4 ++++ utils/SmartPointer.cc | 3 +++ utils/Timer.cc | 3 +++ 6 files changed, 19 insertions(+) diff --git a/comm/Channel.cc b/comm/Channel.cc index 902eec1..4515b95 100644 --- a/comm/Channel.cc +++ b/comm/Channel.cc @@ -12,6 +12,9 @@ * $CurLog$ */ +#ifdef __GNUG__ +#pragma implementation "Channel.h" +#endif #include "Channel.h" #include "MsgBuffer.h" #include "error.h" diff --git a/comm/IOS.cc b/comm/IOS.cc index 8ee9879..5f509bb 100644 --- a/comm/IOS.cc +++ b/comm/IOS.cc @@ -12,6 +12,9 @@ * $CurLog$ */ +#ifdef __GNUG__ +#pragma implementation "IOS.h" +#endif #include "IOS.h" #include "error.h" #include "ccu/String.h" diff --git a/comm/SignalHandler.cc b/comm/SignalHandler.cc index 8418e8c..2bf3bba 100644 --- a/comm/SignalHandler.cc +++ b/comm/SignalHandler.cc @@ -13,6 +13,9 @@ * $CurLog$ */ +#ifdef __GNUG__ +#pragma implementation "SignalHandler.h" +#endif #include "SignalHandler.h" #include "Multiplexer.h" 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