Commit 5836f59b authored by Vitaly Lipatov's avatar Vitaly Lipatov

add getProp and getInt into generated _SK class for use default cnode

parent 287f2441
...@@ -205,6 +205,11 @@ ...@@ -205,6 +205,11 @@
bool in_LocalTestMode_S; bool in_LocalTestMode_S;
xmlNode* confnode; xmlNode* confnode;
/*! . confnode */
int getIntProp(const std::string name) { return UniSetTypes::conf->getIntProp(confnode, name); }
/*! . confnode */
const std::string getProp(const std::string name) { return UniSetTypes::conf->getProp(confnode, name); }
int smReadyTimeout; /*!< SM */ int smReadyTimeout; /*!< SM */
bool activated; bool activated;
int activateTimeout; /*!< UniSetObject */ int activateTimeout; /*!< UniSetObject */
......
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