summaryrefslogtreecommitdiff
path: root/orkbasecxx
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2008-05-07 19:20:17 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2008-05-07 19:20:17 +0000
commit0510aa5f3a296aa088a3f26bbe85ab3aa7536015 (patch)
tree2bc76e80067a0b88cc5f01abc16296721dc56cb5 /orkbasecxx
parent233100139984e7ddf250d83166c778c84b917161 (diff)
Removed test code from Reporting::AddAudioTape() and removed useless commented-out line
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@536 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx')
-rw-r--r--orkbasecxx/Reporting.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/orkbasecxx/Reporting.cpp b/orkbasecxx/Reporting.cpp
index 54db288..33f37f7 100644
--- a/orkbasecxx/Reporting.cpp
+++ b/orkbasecxx/Reporting.cpp
@@ -188,18 +188,8 @@ void Reporting::AddTapeMessage(MessageRef& messageRef)
void Reporting::AddAudioTape(AudioTapeRef& audioTapeRef)
{
- // What to do?
MessageRef msgRef;
audioTapeRef->GetMessage(msgRef);
- audioTapeRef->GetMessage(msgRef);
- audioTapeRef->GetMessage(msgRef);
- audioTapeRef->GetMessage(msgRef);
- audioTapeRef->GetMessage(msgRef);
- audioTapeRef->GetMessage(msgRef);
- audioTapeRef->GetMessage(msgRef);
-
- TapeMsg *pTapeMsg = (TapeMsg*)msgRef.get();
-
AddTapeMessage(msgRef);
}
@@ -321,7 +311,6 @@ void ReportingThread::Run()
OrkHttpSingleLineClient c;
TapeResponseRef tr(new TapeResponse());
- //audioTapeRef->m_tapeResponse = tr;
bool success = false;