Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 8:24:21 AM (18 years ago)
Author:
bensch
Message:

some more const's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_monitor.cc

    r9439 r9445  
    179179 * @returns the proxy server of the first choice
    180180 */
    181 PeerInfo* NetworkMonitor::getFirstChoiceProxy()
     181PeerInfo* NetworkMonitor::getFirstChoiceProxy() const
    182182{
    183183  // return the fist proxy in the list
     
    189189 * @returns the proxy server of second choice
    190190 */
    191 PeerInfo* NetworkMonitor::getSecondChoiceProxy()
     191PeerInfo* NetworkMonitor::getSecondChoiceProxy() const
    192192{
    193193  // return the second server in the list
Note: See TracChangeset for help on using the changeset viewer.