mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-19 06:35:51 +01:00
rename mediator to EventChannel as it was named wrongly
This commit is contained in:
@@ -40,7 +40,7 @@ void Sprocket::dispatch( uint32_t from, String &msg ) {
|
||||
}
|
||||
|
||||
void Sprocket::addPlugin(Plugin* p){
|
||||
p->mediate(this);
|
||||
p->mount(this);
|
||||
plugins.reserve(1);
|
||||
plugins.push_back(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user