예제 #1
0
 Json::Value getJson (int threshold) override
 {
     return logic_.getJson (threshold);
 }
예제 #2
0
 Json::Value getJson (int threshold)
 {
     return m_logic.getJson (threshold);
 }
예제 #3
0
 Json::Value getJson () override
 {
     return logic_.getJson ();
 }
예제 #4
0
 Json::Value getJson ()
 {
     return m_logic.getJson ();
 }