Changeset 14510


Ignore:
Timestamp:
10/23/12 19:57:11 (12 years ago)
Author:
tbretz
Message:
Fixed some command descriptions.
File:
1 edited

Legend:

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

    r14496 r14510  
    12461246        T::AddEvent("UNLOCK", Drive::State::kLocked)
    12471247            (bind(&StateMachineDrive::Unlock, this))
    1248             ("Stop any kind of movement.");
     1248            ("Unlock locked state.");
    12491249
    12501250        T::AddEvent("SET_AUTORESUME", "B")
     
    12761276        T::AddEvent("RELOAD_SOURCES")
    12771277            (bind(&StateMachineDrive::ReloadSources, this))
    1278             ("Reload sources from database.");
     1278            ("Reload sources from database after database has changed..");
    12791279
    12801280        fDrive.StartConnect();
Note: See TracChangeset for help on using the changeset viewer.