X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2Fanyrtpproxy%2FsyncRtpCommand.cpp;h=e1d51476adb7b2d8b3898da71c8b3503de2b017d;hp=10dfbf49c7c3b12f3371207e4a02ffd3bca8b197;hb=ef0cacf2508418915d3f64b04003be3c13fed3cc;hpb=ece844834d2cecc028ce81ca283f5d441088580e diff --git a/src/anyrtpproxy/syncRtpCommand.cpp b/src/anyrtpproxy/syncRtpCommand.cpp index 10dfbf4..e1d5147 100644 --- a/src/anyrtpproxy/syncRtpCommand.cpp +++ b/src/anyrtpproxy/syncRtpCommand.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. @@ -32,16 +32,16 @@ #include "syncRtpCommand.h" SyncRtpCommand::SyncRtpCommand() -{ +{ } -SyncRtpCommand::SyncRtpCommand( const std::string & addr ) -:callid_(addr) -{ +SyncRtpCommand::SyncRtpCommand(const std::string& addr) + :callid_(addr) +{ } -std::string SyncRtpCommand::getCallId() const +std::string SyncRtpCommand::getCallId() const { - return callid_; + return callid_; }