From 71001d96e240d03a98a73688060d476dd5f7c875 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 26 Jul 2006 16:23:53 +0000 Subject: Added command line mcf file transcoding - The syntax is: #orkaudio transcode myfile.mcf - The output has the format specified in config.xml. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@310 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/Daemon.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'orkaudio/Daemon.cpp') diff --git a/orkaudio/Daemon.cpp b/orkaudio/Daemon.cpp index a4f9314..91ac27e 100644 --- a/orkaudio/Daemon.cpp +++ b/orkaudio/Daemon.cpp @@ -59,6 +59,7 @@ void Daemon::Initialize(CStdString serviceName, DaemonHandler runHandler, Daemon m_serviceName = serviceName; m_stopping = false; + m_shortLived = false; } void Daemon::Start() @@ -232,3 +233,12 @@ bool Daemon::IsStopping() return m_stopping; } +void Daemon::SetShortLived() +{ + m_shortLived = true; +} + +bool Daemon::GetShortLived() +{ + return m_shortLived; +} -- cgit v1.2.3