summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1994-07-22 09:07:23 +0000
committerchatty1994-07-22 09:07:23 +0000
commit3e47a9ba51196f0eea9f91322b1fbf2a2944791f (patch)
tree9ab9e9f8558bf195d8eda39581a07c76bd46f568 /comm
parentaee0311321e9104106afa96ae900e18ecf13ec59 (diff)
downloadivy-league-3e47a9ba51196f0eea9f91322b1fbf2a2944791f.zip
ivy-league-3e47a9ba51196f0eea9f91322b1fbf2a2944791f.tar.gz
ivy-league-3e47a9ba51196f0eea9f91322b1fbf2a2944791f.tar.bz2
ivy-league-3e47a9ba51196f0eea9f91322b1fbf2a2944791f.tar.xz
Added pragma implementation
Diffstat (limited to 'comm')
-rw-r--r--comm/Channel.cc3
-rw-r--r--comm/IOS.cc3
-rw-r--r--comm/SignalHandler.cc3
3 files changed, 9 insertions, 0 deletions
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"