mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 20:34:25 -04:00
Removed some std::ostringstream.
To be continued. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5103 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
60a68210d5
commit
83bd45caa4
22 changed files with 399 additions and 755 deletions
|
@ -49,7 +49,7 @@ class pqiIpAddrList
|
|||
|
||||
// returns true if new address added.
|
||||
bool updateIpAddressList(const pqiIpAddress &addr);
|
||||
void printIpAddressList(std::ostream &out) const;
|
||||
void printIpAddressList(std::string &out) const;
|
||||
void extractFromTlv(const RsTlvIpAddrSet &tlvAddrs);
|
||||
void loadTlv(RsTlvIpAddrSet &tlvAddrs);
|
||||
|
||||
|
@ -65,7 +65,7 @@ class pqiIpAddrSet
|
|||
bool updateLocalAddrs(const pqiIpAddress &addr);
|
||||
bool updateExtAddrs(const pqiIpAddress &addr);
|
||||
bool updateAddrs(const pqiIpAddrSet &addrs);
|
||||
void printAddrs(std::ostream &out) const;
|
||||
void printAddrs(std::string &out) const;
|
||||
pqiIpAddrList mLocal;
|
||||
pqiIpAddrList mExt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue