[Liblas-commits] hg: add a newline
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Jan 19 09:48:48 EST 2011
details: http://hg.liblas.orghg/rev/406c41261333
changeset: 2785:406c41261333
user: Howard Butler <hobu.inc at gmail.com>
date: Wed Jan 19 08:48:09 2011 -0600
description:
add a newline
Subject: hg: remove HAVE_LASZIP include guards
details: http://hg.liblas.orghg/rev/c5c07e9d970d
changeset: 2786:c5c07e9d970d
user: Howard Butler <hobu.inc at gmail.com>
date: Wed Jan 19 08:48:39 2011 -0600
description:
remove HAVE_LASZIP include guards
diffstat:
apps/lascommon.h | 2 +-
include/liblas/detail/reader/zipreader.hpp | 2 --
include/liblas/detail/writer/zipwriter.hpp | 2 --
include/liblas/detail/zippoint.hpp | 8 +++-----
4 files changed, 4 insertions(+), 10 deletions(-)
diffs (74 lines):
diff -r 2f0eb0ed73a3 -r c5c07e9d970d apps/lascommon.h
--- a/apps/lascommon.h Tue Jan 18 21:07:03 2011 -0600
+++ b/apps/lascommon.h Wed Jan 19 08:48:39 2011 -0600
@@ -34,4 +34,4 @@
LASPointH pmin;
} LASPointSummary;
-#endif
\ No newline at end of file
+#endif
diff -r 2f0eb0ed73a3 -r c5c07e9d970d include/liblas/detail/reader/zipreader.hpp
--- a/include/liblas/detail/reader/zipreader.hpp Tue Jan 18 21:07:03 2011 -0600
+++ b/include/liblas/detail/reader/zipreader.hpp Wed Jan 19 08:48:39 2011 -0600
@@ -42,7 +42,6 @@
#ifndef LIBLAS_DETAIL_ZIPREADERIMPL_HPP_INCLUDED
#define LIBLAS_DETAIL_ZIPREADERIMPL_HPP_INCLUDED
-#ifdef HAVE_LASZIP
#include <liblas/detail/fwd.hpp>
#include <liblas/detail/reader/header.hpp>
@@ -124,6 +123,5 @@
}} // namespace liblas::detail
-#endif // HAVE_LASZIP
#endif // LIBLAS_DETAIL_ZIPREADERIMPL_HPP_INCLUDED
diff -r 2f0eb0ed73a3 -r c5c07e9d970d include/liblas/detail/writer/zipwriter.hpp
--- a/include/liblas/detail/writer/zipwriter.hpp Tue Jan 18 21:07:03 2011 -0600
+++ b/include/liblas/detail/writer/zipwriter.hpp Wed Jan 19 08:48:39 2011 -0600
@@ -42,7 +42,6 @@
#ifndef LIBLAS_DETAIL_ZIPWRITER_HPP_INCLUDED
#define LIBLAS_DETAIL_ZIPWRITER_HPP_INCLUDED
-#ifdef HAVE_LASZIP
#include <liblas/detail/fwd.hpp>
#include <liblas/liblas.hpp>
@@ -108,6 +107,5 @@
}} // namespace liblas::detail
-#endif // HAVE_LASZIP
#endif // LIBLAS_DETAIL_ZIPWRITER_HPP_INCLUDED
diff -r 2f0eb0ed73a3 -r c5c07e9d970d include/liblas/detail/zippoint.hpp
--- a/include/liblas/detail/zippoint.hpp Tue Jan 18 21:07:03 2011 -0600
+++ b/include/liblas/detail/zippoint.hpp Wed Jan 19 08:48:39 2011 -0600
@@ -42,7 +42,6 @@
#ifndef LIBLAS_DETAIL_ZIPPOINT_HPP_INCLUDED
#define LIBLAS_DETAIL_ZIPPOINT_HPP_INCLUDED
-#ifdef HAVE_LASZIP
#include <liblas/detail/fwd.hpp>
#include <liblas/liblas.hpp>
@@ -78,13 +77,12 @@
public: // for now
unsigned int m_num_items;
LASitem* m_items;
- unsigned char** m_lz_point;
- unsigned char* m_lz_point_data;
- unsigned int m_lz_point_size;
+ unsigned char** m_lz_point;
+ unsigned char* m_lz_point_data;
+ unsigned int m_lz_point_size;
};
}} // namespace liblas::detail
-#endif // HAVE_LASZIP
#endif // LIBLAS_DETAIL_ZIPPOINT_HPP_INCLUDED
More information about the Liblas-commits
mailing list