From 60f806e155d804aeac8790b80ab5f3327a9a7fe7 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Mar 2008 22:32:11 +0000 Subject: added syncrtpcommand --- syncRtpCommand.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 syncRtpCommand.cpp (limited to 'syncRtpCommand.cpp') 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_; +} -- cgit v1.2.3