diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
commit | fffd213c8cba2135afda493d797c41c10354770e (patch) | |
tree | bb5eea1b12871d8c3fed0e687d83be3e504d11b2 /syncRtpCommand.cpp | |
parent | svn cleanup (diff) |
big svn cleanup
Diffstat (limited to 'syncRtpCommand.cpp')
-rw-r--r-- | syncRtpCommand.cpp | 16 |
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_; -} |