From fffd213c8cba2135afda493d797c41c10354770e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 12 Apr 2008 11:38:42 +0000 Subject: big svn cleanup --- src/syncRtpCommand.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/syncRtpCommand.cpp (limited to 'src/syncRtpCommand.cpp') 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_; +} -- cgit v1.2.3