- Timestamp:
- 04/08/11 20:44:21 (14 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r10322 r10330 682 682 //! 683 683 // 684 void Configuration::SetNameMapper(const boost::function<st d::string(std::string)> &func)684 void Configuration::SetNameMapper(const boost::function<string(string)> &func) 685 685 { 686 686 fNameMapper = func; -
trunk/FACT++/src/ServiceList.cc
r10329 r10330 122 122 //! 123 123 //! @param str 124 //! name of the service to which we want to subscribe 124 //! name of the server to which we want to subscribe 125 //! 126 //! @param svc 127 //! name of the servic on the server to which we want to subscribe 125 128 //! 126 129 //! @returns -
trunk/FACT++/src/dataLogger.cc
r10292 r10330 617 617 //! The current DimInfo 618 618 // 619 void DataLogger::ReportPlease(DimInfo* I, SubscriptionType& sub)619 void DataLogger::ReportPlease(DimInfo* I, SubscriptionType&) 620 620 { 621 621 //should we log or report this info ? (i.e. is it a message ?)
Note:
See TracChangeset
for help on using the changeset viewer.