summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/TapeMsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/messages/TapeMsg.h')
-rw-r--r--orkbasecxx/messages/TapeMsg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkbasecxx/messages/TapeMsg.h b/orkbasecxx/messages/TapeMsg.h
index 017ab0e..89f90e0 100644
--- a/orkbasecxx/messages/TapeMsg.h
+++ b/orkbasecxx/messages/TapeMsg.h
@@ -33,6 +33,7 @@
#define REMOTE_MAC_PARAM "remotemac"
#define NATIVE_CALLID_PARAM "nativecallid"
#define TAGS_PARAM "tags"
+#define ON_DEMAND_PARAM "ondemand"
class DLL_IMPORT_EXPORT_ORKBASE TapeMsg : public SyncMessage
{
@@ -64,6 +65,7 @@ public:
CStdString m_nativeCallId;
std::map<CStdString, CStdString> m_tags;
+ bool m_onDemand;
};
typedef boost::shared_ptr<TapeMsg> TapeMsgRef;