summaryrefslogtreecommitdiff
path: root/orkaudio/OrkAudio.cpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-12-03 22:06:59 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-12-03 22:06:59 +0200
commit62bd277292494772b3b92ff9bd76dc64f80795db (patch)
treebedd48a44464d91f85f03782e52da34a2af2cd17 /orkaudio/OrkAudio.cpp
parentc40d8adf40f048e3a435fdc7c32f2cef42c5ea7c (diff)
parente727d533a411c5625d6c1361f3b5ee4bb514cb89 (diff)
Merge branch 'master' into autotoolsautotools
* Re-fixing build issues * add messages/InitMsg.h to be installed as well.
Diffstat (limited to 'orkaudio/OrkAudio.cpp')
-rw-r--r--orkaudio/OrkAudio.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkaudio/OrkAudio.cpp b/orkaudio/OrkAudio.cpp
index a272fd4..46ec9ac 100644
--- a/orkaudio/OrkAudio.cpp
+++ b/orkaudio/OrkAudio.cpp
@@ -27,6 +27,7 @@
#include "messages/CaptureMsg.h"
#include "messages/TestMsg.h"
#include "messages/RecordMsg.h"
+#include "messages/InitMsg.h"
#include "Config.h"
#include "LogManager.h"
#include "ImmediateProcessing.h"
@@ -221,6 +222,8 @@ void MainThread()
ObjectFactory::GetSingleton()->RegisterObject(objRef);
objRef.reset(new StopMsg);
ObjectFactory::GetSingleton()->RegisterObject(objRef);
+ objRef.reset(new InitMsg);
+ ObjectFactory::GetSingleton()->RegisterObject(objRef);
//objRef.reset(new TestMsg);
//ObjectFactory::GetSingleton()->RegisterObject(objRef);