Fresco/Prague/include/Prague/IPC ipcbuf.hh,1.14,1.15 mmapbuf.hh,1.4,1.5
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Prague/include/Prague/IPC
In directory purcel:/tmp/cvs-serv1077/include/Prague/IPC
Modified Files:
ipcbuf.hh mmapbuf.hh
Log Message:
<streambuf.h> -> <streambuf> for standard compliance
Index: ipcbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/IPC/ipcbuf.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ipcbuf.hh 18 Nov 2002 14:39:56 -0000 1.14
+++ ipcbuf.hh 5 Mar 2003 21:25:25 -0000 1.15
@@ -24,7 +24,7 @@
#include <Prague/Sys/Tracer.hh>
#include <Prague/Sys/Thread.hh>
-#include <streambuf.h>
+#include <streambuf>
namespace Prague
{
Index: mmapbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/IPC/mmapbuf.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mmapbuf.hh 25 Mar 2001 08:25:16 -0000 1.4
+++ mmapbuf.hh 5 Mar 2003 21:25:25 -0000 1.5
@@ -24,7 +24,7 @@
#include <Prague/Sys/MMap.hh>
#include <Prague/Sys/FLock.hh>
-#include <streambuf.h>
+#include <streambuf>
namespace Prague
{