Commit 13abea06 authored by Christopher Mueller's avatar Christopher Mueller Committed by Hugo Beauzée-Luyssen

dash: added isoffmainmanager to factory

Signed-off-by: default avatarHugo Beauzée-Luyssen <beauze.h@gmail.com>
parent f583909c
......@@ -34,8 +34,8 @@ IMPDManager* MPDManagerFactory::create( MPD *mpd )
switch( mpd->getProfile() )
{
case mpd::BasicCM:
case mpd::Full2011:
return new BasicCMManager( mpd );
case mpd::Full2011: return new BasicCMManager (mpd);
case mpd::IsoffMain: return new IsoffMainManager (mpd);
case mpd::Basic:
case mpd::UnknownProfile:
default:
......
......@@ -27,6 +27,7 @@
#include "mpd/IMPDManager.h"
#include "mpd/BasicCMManager.h"
#include "mpd/IsoffMainManager.h"
namespace dash
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment