]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamReader.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / api / BamReader.h
index ce04af65a9edbd364c323dba22acde565dd3ea0c..30c4d5f4de1fa1c415738c54f914f9b7f5dd2314 100644 (file)
@@ -2,7 +2,7 @@
 // BamReader.h (c) 2009 Derek Barnett, Michael Str�mberg\r
 // Marth Lab, Department of Biology, Boston College\r
 // ---------------------------------------------------------------------------\r
-// Last modified: 7 October 2011 (DB)\r
+// Last modified: 10 October 2011 (DB)\r
 // ---------------------------------------------------------------------------\r
 // Provides read access to BAM files.\r
 // ***************************************************************************\r
 #ifndef BAMREADER_H\r
 #define BAMREADER_H\r
 \r
-#include <api/api_global.h>\r
-#include <api/BamAlignment.h>\r
-#include <api/BamIndex.h>\r
-#include <api/SamHeader.h>\r
+#include "api/api_global.h"\r
+#include "api/BamAlignment.h"\r
+#include "api/BamIndex.h"\r
+#include "api/SamHeader.h"\r
 #include <string>\r
 \r
 namespace BamTools {\r
@@ -108,11 +108,6 @@ class API_EXPORT BamReader {
 \r
         // returns a human-readable description of the last error that occurred\r
         std::string GetErrorString(void) const;\r
-\r
-    // deprecated methods\r
-    public:\r
-        // returns true if index data is available\r
-        bool IsIndexLoaded(void) const;\r
         \r
     // private implementation\r
     private:\r