| 808 | } |
| 809 | |
| 810 | bool Instance :: SMExecute( |
| 811 | const uint64_t llInstanceID, |
| 812 | const std::string & sValue, |
| 813 | const bool bIsMyCommit, |
| 814 | SMCtx * poSMCtx) |
| 815 | { |
| 816 | return m_oSMFac.Execute(m_poConfig->GetMyGroupIdx(), llInstanceID, sValue, poSMCtx); |
| 817 | } |
| 818 | |
| 819 | //////////////////////////////// |
| 820 |
nothing calls this directly
no outgoing calls
no test coverage detected