- Give facelift to test_loader. Still to be finished.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@509 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
d462f6d1d3
commit
6a0bf4f444
11 changed files with 145 additions and 37 deletions
|
@ -72,7 +72,7 @@ main(int argc, char* argv[])
|
|||
// Set up Glib thread support
|
||||
Glib::thread_init();
|
||||
|
||||
/*
|
||||
|
||||
// Parses options and prepares vector with
|
||||
// filenames of documents to be opened
|
||||
vector<string> filenames;
|
||||
|
@ -82,7 +82,7 @@ main(int argc, char* argv[])
|
|||
parse_options(a_count, a_ptr);
|
||||
filenames.insert(filenames.begin(), a_ptr, a_ptr+a_count);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
// Create an INITIAL STATE
|
||||
Process p1("P1", 0,5,1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue