refactor: move seventv/bttv event apis to application (#5532)
This commit is contained in:
@@ -231,6 +231,13 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
BttvLiveUpdates *getBttvLiveUpdates() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getBttvLiveUpdates was called "
|
||||
"without being initialized");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
FfzEmotes *getFfzEmotes() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getFfzEmotes was called without "
|
||||
@@ -245,6 +252,13 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
SeventvEventAPI *getSeventvEventAPI() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getSeventvEventAPI was called "
|
||||
"without being initialized");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
ILinkResolver *getLinkResolver() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getLinkResolver was called without "
|
||||
|
||||
Reference in New Issue
Block a user