]> git.donarmstrong.com Git - mothur.git/blobdiff - readfasta.h
fixed some bugs
[mothur.git] / readfasta.h
index 11cdab0d3a321720e31a110c8a9d9ab206efa0b3..a8e398b0df1d5e8a424d5aabc008862bea147d26 100644 (file)
@@ -10,8 +10,6 @@
  *
  */
 
-using namespace std;
-
 #include "readseqs.h"
 #include "globaldata.hpp"
 #include "sequencedb.h"
@@ -25,7 +23,11 @@ class ReadFasta : public ReadSeqs {
                ReadFasta(string);
                ~ReadFasta();
                void read();
-               SequenceDB* getDB();            
+               SequenceDB* getDB();
+       private:
+               string readName(ifstream&);
+               string readSequence(ifstream&);
+
 };
 
 #endif
\ No newline at end of file