Changeset 14614
- Timestamp:
- 11/13/12 17:35:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/drivectrl.cc
r14595 r14614 21 21 #include "Timers.h" 22 22 #include "Console.h" 23 #include "Converter.h"24 23 25 24 #include "tools.h" … … 898 897 } 899 898 900 const string name( Tools::TrimQuotes(ptr));899 const string name(ptr); 901 900 902 901 const sources::const_iterator it = fSources.find(name);
Note:
See TracChangeset
for help on using the changeset viewer.