some cleanup

This commit is contained in:
orignal 2014-04-01 12:46:08 -04:00
parent 88e6a76a1b
commit 0a0f61b940
2 changed files with 0 additions and 18 deletions

View file

@ -114,7 +114,6 @@ namespace tunnel
InboundTunnel * GetInboundTunnel (uint32_t tunnelID);
Tunnel * GetPendingTunnel (uint32_t replyMsgID);
InboundTunnel * GetNextInboundTunnel ();
std::vector<InboundTunnel *> GetInboundTunnels (int num) const;
OutboundTunnel * GetNextOutboundTunnel ();
TransitTunnel * GetTransitTunnel (uint32_t tunnelID);
void AddTransitTunnel (TransitTunnel * tunnel);