summaryrefslogtreecommitdiff
path: root/syncRtpCommand.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-03-11 22:32:11 +0000
committerOthmar Gsenger <otti@anytun.org>2008-03-11 22:32:11 +0000
commit60f806e155d804aeac8790b80ab5f3327a9a7fe7 (patch)
tree218a888164d9d1ad8c2b52b2a84c144c1e5a447d /syncRtpCommand.cpp
parentadded fake connection list (diff)
added syncrtpcommand
Diffstat (limited to 'syncRtpCommand.cpp')
-rw-r--r--syncRtpCommand.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/syncRtpCommand.cpp b/syncRtpCommand.cpp
new file mode 100644
index 0000000..6c7ab45
--- /dev/null
+++ b/syncRtpCommand.cpp
@@ -0,0 +1,16 @@
+#include "syncRtpCommand.h"
+
+SyncRtpCommand::SyncRtpCommand()
+{
+}
+
+SyncRtpCommand::SyncRtpCommand( const std::string & addr )
+:callid_(addr)
+{
+}
+
+
+std::string SyncRtpCommand::getCallId() const
+{
+ return callid_;
+}