FF4 - snapshot

This commit is contained in:
Paul Beckingham
2009-05-17 23:31:25 -04:00
parent 04f60a4d8c
commit 3a9c98d342
11 changed files with 127 additions and 30 deletions

View File

@@ -46,8 +46,16 @@ public:
int commit ();
void upgrade ();
void noLock ();
private:
void getPendingFiles (std::vector <std::string>);
void getCompletedFiles (std::vector <std::string>);
private:
std::vector <std::string> mLocations;
bool mLock;
// TODO Need cache of raw file contents.
};