Commit a2c60625 authored by Pavel Vainerman's avatar Pavel Vainerman

(IOControl): временно отключил обработку настроек карт в/в из командной строки.…

(IOControl): временно отключил обработку настроек карт в/в из командной строки. До выяснения причин почему не работает. Так что пока конфигурирование, только из конф. файла
parent 7c17e9bf
...@@ -71,7 +71,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID, ...@@ -71,7 +71,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID,
cards[i] = NULL; cards[i] = NULL;
buildCardsList(); buildCardsList();
/*
for( unsigned int i=1; i<cards.size(); i++ ) for( unsigned int i=1; i<cards.size(); i++ )
{ {
stringstream s1; stringstream s1;
...@@ -127,7 +127,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID, ...@@ -127,7 +127,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID,
} }
} }
} }
*/
unideb[Debug::INFO] << myname << "(init): result numcards=" << cards.size() << endl; unideb[Debug::INFO] << myname << "(init): result numcards=" << cards.size() << endl;
......
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