Ejemplo n.º 1
0
 Json::Value getJson (int threshold) override
 {
     return logic_.getJson (threshold);
 }
Ejemplo n.º 2
0
 Json::Value getJson (int threshold)
 {
     return m_logic.getJson (threshold);
 }
Ejemplo n.º 3
0
 Json::Value getJson () override
 {
     return logic_.getJson ();
 }
Ejemplo n.º 4
0
 Json::Value getJson ()
 {
     return m_logic.getJson ();
 }