[Rprotobuf-commits] r643 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 30 22:00:27 CET 2013


Author: murray
Date: 2013-12-30 22:00:27 +0100 (Mon, 30 Dec 2013)
New Revision: 643

Removed:
   pkg/src/ZeroCopyInputStreamWrapper.h
   pkg/src/ZeroCopyOutputStreamWrapper.h
Modified:
   pkg/src/streams.cpp
Log:
Remove two empty header files.  The class definitions here are in
rprotobuf.h.  Then remove the include lines from the only place that
imported the empty headers.



Deleted: pkg/src/ZeroCopyInputStreamWrapper.h
===================================================================
--- pkg/src/ZeroCopyInputStreamWrapper.h	2013-12-30 20:57:35 UTC (rev 642)
+++ pkg/src/ZeroCopyInputStreamWrapper.h	2013-12-30 21:00:27 UTC (rev 643)
@@ -1,9 +0,0 @@
-#ifndef RPROTOBUF_ZeroCopyInputStreamWrapper_H
-#define RPROTOBUF_ZeroCopyInputStreamWrapper_H
-
-namespace rprotobuf{
-	
-
-} // namespace rprotobuf
-
-#endif

Deleted: pkg/src/ZeroCopyOutputStreamWrapper.h
===================================================================
--- pkg/src/ZeroCopyOutputStreamWrapper.h	2013-12-30 20:57:35 UTC (rev 642)
+++ pkg/src/ZeroCopyOutputStreamWrapper.h	2013-12-30 21:00:27 UTC (rev 643)
@@ -1,8 +0,0 @@
-#ifndef RPROTOBUF_ZeroCopyOutputStreamWrapper_H
-#define RPROTOBUF_ZeroCopyOutputStreamWrapper_H
-
-namespace rprotobuf{
-	
-} // namespace rprotobuf
-
-#endif

Modified: pkg/src/streams.cpp
===================================================================
--- pkg/src/streams.cpp	2013-12-30 20:57:35 UTC (rev 642)
+++ pkg/src/streams.cpp	2013-12-30 21:00:27 UTC (rev 643)
@@ -1,8 +1,6 @@
 #include "rprotobuf.h"
 #include "ConnectionInputStream.h"
 #include "ConnectionOutputStream.h"
-#include "ZeroCopyInputStreamWrapper.h"
-#include "ZeroCopyOutputStreamWrapper.h"
 
 /* :tabSize=4:indentSize=4:noTabs=false:folding=explicit:collapseFolds=1: */
 



More information about the Rprotobuf-commits mailing list