uncommented

This commit is contained in:
Matej Sekoranja
2011-01-19 21:39:51 +01:00
parent d4d82f9788
commit b6bbfc7ddf

View File

@@ -407,12 +407,6 @@ void testSerializeStatus()
int main(int argc, char *argv[])
{
cout << "DONE0" << endl;
cout << "DONE0" << endl;
cout << "DONE0" << endl;
cout << "DONE0" << endl;
cout << "DONE0" << endl;
/*
pvDataCreate = getPVDataCreate();
statusCreate = getStatusCreate();
fieldCreate = getFieldCreate();
@@ -451,6 +445,6 @@ int main(int argc, char *argv[])
if(serverRegistry) delete serverRegistry;
getShowConstructDestruct()->showDeleteStaticExit(stdout);
cout << "DONE" << endl;*/
cout << "DONE" << endl;
return 0;
}