JSON-197: CallbackDispatcher -> Adapter

old-retired-Release_3.1 Release_3.1.0-RC3
roker 2021-07-16 16:50:35 +02:00
parent d56678e11d
commit d5fd2e3ca3
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ const FunctionMap functions = {
FP( "startSync", new Func<void> (&pEp::mini::startSync) ),
FP( "stopSync" , new Func<void> (&pEp::mini::stopSync) ),
#else
FP( "startSync", new Func<void> (&pEp::CallbackDispatcher::start_sync) ),
FP( "stopSync" , new Func<void> (&pEp::CallbackDispatcher::stop_sync) ),
FP( "startSync", new Func<void> (&pEp::Adapter::start_sync) ),
FP( "stopSync" , new Func<void> (&pEp::Adapter::stop_sync) ),
#endif
// my own example function that does something useful. :-)
FP( "Other", new Separator ),