Removed libcontrold dependency

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@336 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-02-14 13:09:07 +00:00
parent e642e6f345
commit 35d7d555b6
15 changed files with 44 additions and 109 deletions

View File

@@ -85,7 +85,7 @@ std::string CNeutrinoAPI::audiotype_names[5] = {"none", "single channel","dual
//=============================================================================
CNeutrinoAPI::CNeutrinoAPI()
{
Controld = new CControldClient();
//Controld = new CControldClient();
Sectionsd = new CSectionsdClient();
Zapit = new CZapitClient();
Timerd = new CTimerdClient();
@@ -118,8 +118,8 @@ CNeutrinoAPI::~CNeutrinoAPI(void)
delete NeutrinoYParser;
if (ControlAPI)
delete ControlAPI;
if (Controld)
delete Controld;
//if (Controld)
// delete Controld;
if (Sectionsd)
delete Sectionsd;
if (Zapit)