summaryrefslogtreecommitdiff
path: root/src/syncRtpCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncRtpCommand.cpp')
-rw-r--r--src/syncRtpCommand.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/syncRtpCommand.cpp b/src/syncRtpCommand.cpp
new file mode 100644
index 0000000..6c7ab45
--- /dev/null
+++ b/src/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_;
+}