Changeset 10570 for trunk/FACT++/src/DimServiceInfoList.cc
- Timestamp:
- 05/04/11 15:17:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimServiceInfoList.cc
r10514 r10570 120 120 void DimServiceInfoList::RemoveServer(const string &s) 121 121 { 122 cout << "Check for: " << s << endl; 123 122 124 const ServiceInfoList::iterator v = fServiceInfoList.find(s); 123 125 if (v==fServiceInfoList.end()) … … 173 175 void DimServiceInfoList::infoHandler() 174 176 { 175 // Make sure getTimestamp is called _before_ getTimestampMillisecs176 getInfo()->getTimestamp();177 178 177 // Get the name of the service 179 178 const string svc = getInfo()->getName();
Note:
See TracChangeset
for help on using the changeset viewer.