Changeset 349 in pacpusframework for trunk/include/Pacpus/kernel/ComponentBase.h


Ignore:
Timestamp:
09/23/15 21:35:59 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

build of the trunk (release 0.2.x) under Linux Mint 17.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/ComponentBase.h

    r312 r349  
    101101    /// @return Value of the current state.
    102102    COMPONENT_STATE getState();
     103    COMPONENT_STATE state();
    103104
    104105    /// Checks whether the component if configurer or not.
     
    109110    /// @return Name of the component.
    110111    QString getName() const;
     112    QString name() const;
    111113   
    112114    /// @returns @b true if the component has been started and is active (working)
Note: See TracChangeset for help on using the changeset viewer.