Changeset 10330 for trunk


Ignore:
Timestamp:
04/08/11 20:44:21 (13 years ago)
Author:
tbretz
Message:
Little updates to fix some doxygen warnings.
Location:
trunk/FACT++/src
Files:
3 edited

Legend:

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

    r10322 r10330  
    682682//!
    683683//
    684 void Configuration::SetNameMapper(const boost::function<std::string(std::string)> &func)
     684void Configuration::SetNameMapper(const boost::function<string(string)> &func)
    685685{
    686686    fNameMapper = func;
  • trunk/FACT++/src/ServiceList.cc

    r10329 r10330  
    122122//!
    123123//! @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
    125128//!
    126129//! @returns
  • trunk/FACT++/src/dataLogger.cc

    r10292 r10330  
    617617//!     The current DimInfo
    618618//
    619 void DataLogger::ReportPlease(DimInfo* I, SubscriptionType& sub)
     619void DataLogger::ReportPlease(DimInfo* I, SubscriptionType&)
    620620{
    621621        //should we log or report this info ? (i.e. is it a message ?)
Note: See TracChangeset for help on using the changeset viewer.