Ignore:
Timestamp:
07/31/11 12:02:11 (13 years ago)
Author:
tbretz
Message:
When removing something from a list we have to pass a copy instead of a reference otherwise the removal might remove the source of the reference.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimServerList.cc

    r10972 r11730  
    1313
    1414- virtual void AddServer(const std::string &)
    15 - virtual void RemoveServer(const std::string &)
     15- virtual void RemoveServer(const std::string)
    1616- virtual void RemoveAllServers()
    1717
Note: See TracChangeset for help on using the changeset viewer.