[Liblas-commits] libpc: sync w/ Reader->Producer change

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Mar 7 19:31:12 EST 2011


details:   http://hg.liblas.orglibpc/rev/f769b2b31a74
changeset: 185:f769b2b31a74
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Mon Mar 07 16:31:08 2011 -0800
description:
sync w/ Reader->Producer change

diffstat:

 csharp/libpc_swig_cpp/libpc.i             |  6 +++---
 csharp/libpc_swig_cs/libpc_swig_cs.csproj |  2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 85b0c5de9e47 -r f769b2b31a74 csharp/libpc_swig_cpp/libpc.i
--- a/csharp/libpc_swig_cpp/libpc.i	Mon Mar 07 16:03:52 2011 -0800
+++ b/csharp/libpc_swig_cpp/libpc.i	Mon Mar 07 16:31:08 2011 -0800
@@ -57,7 +57,7 @@
 #include "libpc/Header.hpp"
 #include "libpc/Stage.hpp"
 #include "libpc/Filter.hpp"
-#include "libpc/Reader.hpp"
+#include "libpc/Producer.hpp"
 
 #include "libpc/../../src/drivers/liblas/header.hpp"
 #include "libpc/../../src/drivers/liblas/reader.hpp"
@@ -373,7 +373,7 @@
 };
 
 
-class Reader : public Stage
+class Producer : public Stage
 {
 public:
     Reader(int);
@@ -394,7 +394,7 @@
 
 
 %feature("notabstract") LiblasReader;
-class LiblasReader : public Reader
+class LiblasReader : public Producer
 {
 public:
     LiblasReader(std::istream&);
diff -r 85b0c5de9e47 -r f769b2b31a74 csharp/libpc_swig_cs/libpc_swig_cs.csproj
--- a/csharp/libpc_swig_cs/libpc_swig_cs.csproj	Mon Mar 07 16:03:52 2011 -0800
+++ b/csharp/libpc_swig_cs/libpc_swig_cs.csproj	Mon Mar 07 16:31:08 2011 -0800
@@ -101,9 +101,9 @@
     <Compile Include="libpc_swig_cppPINVOKE.cs" />
     <Compile Include="ostream.cs" />
     <Compile Include="PointData.cs" />
+    <Compile Include="Producer.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Range_double.cs" />
-    <Compile Include="Reader.cs" />
     <Compile Include="Schema.cs" />
     <Compile Include="SchemaLayout.cs" />
     <Compile Include="Stage.cs" />


More information about the Liblas-commits mailing list