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
rtrproxy builds now
[anytun.git]
/
syncRouteCommand.cpp
blob
21d194c426f69978d40f17c76226e57717275e2c
1
#include
"syncRouteCommand.h"
2
3
SyncRouteCommand
::
SyncRouteCommand
()
4
{
5
}
6
7
SyncRouteCommand
::
SyncRouteCommand
(
const
NetworkPrefix
&
addr
)
8
:
addr_
(
addr
)
9
{
10
}
11
12
13
NetworkPrefix
SyncRouteCommand
::
getPrefix
()
const
14
{
15
return
addr_
;
16
}