X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2Finternal%2FBamToolsIndex_p.h;h=902be794295ad26bdb6fd35c8a52f5f1a69b974d;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=ec846c5e1770ef55a8653c3377ec6ca71fbab755;hpb=2e049ed7f28881bce09653e60f5aea54bfd7afbf;p=bamtools.git diff --git a/src/api/internal/BamToolsIndex_p.h b/src/api/internal/BamToolsIndex_p.h index ec846c5..902be79 100644 --- a/src/api/internal/BamToolsIndex_p.h +++ b/src/api/internal/BamToolsIndex_p.h @@ -2,7 +2,7 @@ // BamToolsIndex.h (c) 2010 Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- -// Last modified: 6 October 2011 (DB) +// Last modified: 10 October 2011 (DB) // --------------------------------------------------------------------------- // Provides index operations for the BamTools index format (".bti") // *************************************************************************** @@ -20,8 +20,8 @@ // // We mean it. -#include -#include +#include "api/BamAux.h" +#include "api/BamIndex.h" #include #include #include @@ -87,7 +87,7 @@ class BamToolsIndex : public BamIndex { // (might be useful later to handle any 'legacy' versions if the format changes) // listed for example like: BTI_1_0 = 1, BTI_1_1 = 2, BTI_1_2 = 3, BTI_2_0 = 4, and so on // - // so a change introduced in (hypothetical) BTI_1_2 would be handled from then on by: + // so a change introduced in BTI_1_2 may be handled from then on by: // // if ( indexVersion >= BTI_1_2 ) // do something new @@ -96,6 +96,7 @@ class BamToolsIndex : public BamIndex { enum Version { BTI_1_0 = 1 , BTI_1_1 , BTI_1_2 + , BTI_2_0 }; // ctor & dtor