Changeset 11049 for trunk


Ignore:
Timestamp:
06/17/11 09:52:20 (13 years ago)
Author:
tbretz
Message:
Added some comments.
File:
1 edited

Legend:

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

    r11048 r11049  
    11701170}
    11711171
     1172// --------------------------------------------------------------------------
     1173//
     1174//! @returns
     1175//!    the status of rl_done and rl_pending_input. If rl_done==1 and
     1176//!    rl_pending_input==4 true is returned, false otherwise.
     1177//!    This can be used to check if Stop() was called. If readline is
     1178//!    not in operation.
     1179//!
    11721180bool Readline::IsStopped() const
    11731181{
Note: See TracChangeset for help on using the changeset viewer.