Commit a2af90f3 authored by Pavel Vainerman's avatar Pavel Vainerman

откатил временные изменения обратно

parent 62d690ae
#!/bin/sh
./uniset-start.sh -f "./uniset-admin --confile conf21300.xml --`basename $0 .sh` $1 $2 $3 $4"
./uniset-start.sh -f "./uniset-admin --confile test.xml --`basename $0 .sh` $1 $2 $3 $4"
exit $?
......@@ -9,16 +9,6 @@ int main( int argc, const char **argv )
{
try
{
UniSetTypes::Configuration* myconf = new UniSetTypes::Configuration(argc,argv,"test.xml");
UniversalInterface* ui = new UniversalInterface(myconf);
UniSetTypes::Configuration* myconf2 = new UniSetTypes::Configuration(argc,argv,"conf21300.xml");
UniversalInterface* ui2 = new UniversalInterface(myconf2);
cout << "************************ conf1: " << ui->getValue(1) << endl;
cout << "************************ conf2: " << ui2->getValue(200033) << endl;
#if 0
uniset_init(argc,argv,"test.xml");
UniversalInterface ui;
......@@ -60,7 +50,6 @@ int main( int argc, const char **argv )
cout << "id=" << id
<< " value=" << inf.value
<< " last changed: " << string(t_str) << endl;
#endif
}
catch( Exception& ex )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment