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 +++ 3 files changed, 9 insertions(+) (limited to 'comm') 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" -- cgit v1.1