[Rprotobuf-commits] r642 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 30 21:57:35 CET 2013


Author: murray
Date: 2013-12-30 21:57:35 +0100 (Mon, 30 Dec 2013)
New Revision: 642

Removed:
   pkg/src/connections.h
Log:
Remove connections.h.  This file is not included anywhere.  It just
included a commented-out version of the Rconnection structure, which
is likely obsolete anyway given that the connections API was finally
made partially exposed with a recent release of R.



Deleted: pkg/src/connections.h
===================================================================
--- pkg/src/connections.h	2013-12-30 20:55:14 UTC (rev 641)
+++ pkg/src/connections.h	2013-12-30 20:57:35 UTC (rev 642)
@@ -1,15 +0,0 @@
-#ifndef RPROTOBUF_CONNECTIONS_H
-#define RPROTOBUF_CONNECTIONS_H
-
-// typedef struct Rconn  *Rconnection;
-// struct Rconn {
-//     char* class;
-//     char mode[5];
-//     Rboolean text, isopen, incomplete, canread, canwrite, canseek, blocking,
-//       isGzcon;
-//     int (*fgetc)(struct Rconn *);
-//     size_t (*read)(void *, size_t, size_t, struct Rconn *);
-//     size_t (*write)(const void *, size_t, size_t, struct Rconn *);
-// };
-
-#endif



More information about the Rprotobuf-commits mailing list