summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/TapeMsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/messages/TapeMsg.cpp')
-rw-r--r--orkbasecxx/messages/TapeMsg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/orkbasecxx/messages/TapeMsg.cpp b/orkbasecxx/messages/TapeMsg.cpp
index f91d844..142e67b 100644
--- a/orkbasecxx/messages/TapeMsg.cpp
+++ b/orkbasecxx/messages/TapeMsg.cpp
@@ -50,6 +50,7 @@ void TapeMsg::Define(Serializer* s)
s->StringValue(NATIVE_CALLID_PARAM, m_nativeCallId);
s->CsvMapValue(TAGS_PARAM, m_tags);
+ s->BoolValue(ON_DEMAND_PARAM, m_onDemand);
DefineMessage(s);
}
@@ -139,4 +140,4 @@ CStdString TapeTagMsg::GetClassName()
ObjectRef TapeTagMsg::NewInstance()
{
return ObjectRef(new TapeTagMsg);
-} \ No newline at end of file
+}