[Liblas-commits] hg-main-tree: decruft in preparation for moving definition onto ...

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Apr 13 16:15:19 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/2386479724a7
changeset: 558:2386479724a7
user:      Howard Butler <hobu.inc at gmail.com>
date:      Wed Apr 13 15:15:13 2011 -0500
description:
decruft in preparation for moving definition onto the Reader instead of the Iterator

diffstat:

 include/libpc/drivers/oci/Iterator.hpp |  3 ---
 src/drivers/oci/Iterator.cpp           |  2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4cf975b57ed4 -r 2386479724a7 include/libpc/drivers/oci/Iterator.hpp
--- a/include/libpc/drivers/oci/Iterator.hpp	Wed Apr 13 14:39:20 2011 -0500
+++ b/include/libpc/drivers/oci/Iterator.hpp	Wed Apr 13 15:15:13 2011 -0500
@@ -65,9 +65,6 @@
     boost::scoped_ptr<Block> m_block;
     OCILobLocator* m_locator;
 
-    sdo_pc* m_pc;
-    sdo_pc_blk* m_block_table_type;
-    std::vector<boost::uint8_t>::size_type m_points;
 
 private:
     const Reader& m_reader;
diff -r 4cf975b57ed4 -r 2386479724a7 src/drivers/oci/Iterator.cpp
--- a/src/drivers/oci/Iterator.cpp	Wed Apr 13 14:39:20 2011 -0500
+++ b/src/drivers/oci/Iterator.cpp	Wed Apr 13 15:15:13 2011 -0500
@@ -67,7 +67,7 @@
 
     if (m_querytype == QUERY_SDO_PC)
     {
-        m_statement->Define(&m_pc);
+        // m_statement->Define(&m_pc);
         // Unpack SDO_PC object to get at block 
         // table, select that stuff, and unpack the blocks
     } 


More information about the Liblas-commits mailing list