Misc. bug fixes & restructuring.

This commit is contained in:
srs5694
2011-03-01 22:03:54 -05:00
parent f2efa7defc
commit 64cbd17106
25 changed files with 742 additions and 1413 deletions

View File

@@ -69,7 +69,7 @@ class DiskIO {
int GetBlockSize(void);
int IsOpen(void) {return isOpen;}
int IsOpenForWrite(void) {return openForWrite;}
string GetName(void) {return realFilename;}
string GetName(void) const {return realFilename;}
uint64_t DiskSize(int* err);
}; // struct GPTPart