Ignore:
Timestamp:
04/20/11 16:58:05 (14 years ago)
Author:
tbretz
Message:
Moved the tools function into their own namespace to get rid of problems whenlinking with root.
File:
1 edited

Legend:

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

    r10391 r10429  
    638638void DimServiceInfoList::SendDimCommand(const string &server, string str, ostream &lout) const
    639639{
    640     str = Trim(str);
     640    str = Tools::Trim(str);
    641641
    642642    // Find the delimiter between the command name and the data
Note: See TracChangeset for help on using the changeset viewer.