15.12.2011 - version 0.1.1
This commit is contained in:
5
main.cpp
5
main.cpp
@@ -98,11 +98,6 @@ public:
|
||||
};
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
PIFile f;
|
||||
f.open("_test", PIFile::ReadWrite || PIFile::New);
|
||||
if (f.isEmpty()) f.remove();
|
||||
|
||||
return 0;
|
||||
bool r_string = true, r_thread = true, r_mutex = true, r_timer = true, r_file = true, r_eval = true, r_event = true;
|
||||
bool succ = true;
|
||||
cout << "== PIP test program ==" << endl;
|
||||
|
||||
Reference in New Issue
Block a user