summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index 84c0d82..91246d8 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -93,6 +93,7 @@ public:
CStdString m_remoteIp;
CStdString m_trackingId;
CStdString m_nativeCallId;
+ StateEnum m_state;
TapeResponseRef m_tapeResponse;
@@ -127,7 +128,6 @@ private:
AudioFileRef m_audioFileRef;
ACE_Thread_Mutex m_mutex;
- StateEnum m_state;
bool m_shouldStop;
bool m_readyForBatchProcessing;
CStdString m_orkUid;