Ignore:
Timestamp:
04/07/11 12:40:40 (14 years ago)
Author:
tbretz
Message:
Fixed typo in function name.
File:
1 edited

Legend:

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

    r10294 r10300  
    646646//!
    647647//! @returns
    648 //!    The state name as stored in fStateName is returned corresponding
     648//!    The state name as stored in fStateNames is returned, corresponding
    649649//!    to the state given. If no name exists the number is returned
    650650//!    as string.
     
    656656}
    657657
    658 const string StateMachineImp::GetStateDoc(int state) /*const*/
     658// --------------------------------------------------------------------------
     659//
     660//! @param state
     661//!    The state for which the name should be returned.
     662//!
     663//! @returns
     664//!    The description of a state name as stored in fStateNames is returned,
     665//!    corresponding to the state given. If no name exists an empty string is
     666//!    returned.
     667//!
     668const string StateMachineImp::GetStateDesc(int state) /*const*/
    659669{
    660670    return fStateNames[state].second;
    661671}
    662 
    663672
    664673// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.