From c27745d1b387606b7e1a5869b7fe4b566410720d Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 5 Jul 2006 01:59:32 +0000 Subject: * Tape processor interface becomes usable and used * Reporting and BatchProcessing become "standard" tape processors * Imediate processing kicks off the tape processor chain * Object now references Serializer * ConfigManager singleton not an ACE singleton anymore because ACE singletons are not unique across DLL boundaries. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@296 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/messages/TapeMsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'orkbasecxx/messages') diff --git a/orkbasecxx/messages/TapeMsg.h b/orkbasecxx/messages/TapeMsg.h index 491c456..f83805e 100644 --- a/orkbasecxx/messages/TapeMsg.h +++ b/orkbasecxx/messages/TapeMsg.h @@ -16,7 +16,6 @@ #include "messages/SyncMessage.h" #include "messages/AsyncMessage.h" -#include "AudioTape.h" #define TAPE_MESSAGE_NAME "tape" #define REC_ID_PARAM "recid" @@ -81,5 +80,7 @@ public: bool m_deleteTape; }; +typedef boost::shared_ptr TapeResponseRef; + #endif -- cgit v1.2.3