repo.or.cz
/
anytun.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
working example server and client
[anytun.git]
/
syncRtpCommand.cpp
blob
6c7ab4590d33f163c6d0500b6683a1d685a62b54
1
#include
"syncRtpCommand.h"
2
3
SyncRtpCommand
::
SyncRtpCommand
()
4
{
5
}
6
7
SyncRtpCommand
::
SyncRtpCommand
(
const
std
::
string
&
addr
)
8
:
callid_
(
addr
)
9
{
10
}
11
12
13
std
::
string
SyncRtpCommand
::
getCallId
()
const
14
{
15
return
callid_
;
16
}