Ignore:
Timestamp:
05/04/11 15:17:47 (14 years ago)
Author:
tbretz
Message:
Improved/fixed the retrieval of times from Dim once again.
File:
1 edited

Legend:

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

    r10514 r10570  
    120120void DimServiceInfoList::RemoveServer(const string &s)
    121121{
     122    cout << "Check for: " << s << endl;
     123
    122124    const ServiceInfoList::iterator v = fServiceInfoList.find(s);
    123125    if (v==fServiceInfoList.end())
     
    173175void DimServiceInfoList::infoHandler()
    174176{
    175     // Make sure getTimestamp is called _before_ getTimestampMillisecs
    176     getInfo()->getTimestamp();
    177 
    178177    // Get the name of the service
    179178    const string svc = getInfo()->getName();
Note: See TracChangeset for help on using the changeset viewer.