Fresco/Prague/include/Prague/IPC Coprocess.hh,1.16,1.17

Tobias Hunger <[email protected]> Mon, 03 Nov 2003 17:53:55 +0000
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Prague/include/Prague/IPC
In directory purcel:/tmp/cvs-serv30820/Prague/include/Prague/IPC

Modified Files:
	Coprocess.hh 
Log Message:
Improve Signal class as proposed in bug280. Had to touch a couple of other
files, updating the signal names to their non-abbrevated versions this
patch introduces.


Index: Coprocess.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/IPC/Coprocess.hh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Coprocess.hh	31 Oct 2003 22:33:09 -0000	1.16
+++ Coprocess.hh	3 Nov 2003 17:53:53 -0000	1.17
@@ -85,7 +85,7 @@
       Coprocess(const Coprocess &);
       Coprocess &operator = (const Coprocess &);
       bool terminated;
-      void kill(int);
+      void kill(Signal::type);
       mutable Mutex _mutex;
       struct
       {