summaryrefslogtreecommitdiff
path: root/syncRtpCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncRtpCommand.cpp')
-rw-r--r--syncRtpCommand.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/syncRtpCommand.cpp b/syncRtpCommand.cpp
deleted file mode 100644
index 6c7ab45..0000000
--- a/syncRtpCommand.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "syncRtpCommand.h"
-
-SyncRtpCommand::SyncRtpCommand()
-{
-}
-
-SyncRtpCommand::SyncRtpCommand( const std::string & addr )
-:callid_(addr)
-{
-}
-
-
-std::string SyncRtpCommand::getCallId() const
-{
- return callid_;
-}