Changeset 349 in pacpusframework for trunk/src/PacpusLib/ComponentBase.cpp


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/src/PacpusLib/ComponentBase.cpp

    r312 r349  
    207207}
    208208
     209// FIXME: this should be const.
     210ComponentBase::COMPONENT_STATE ComponentBase::state()
     211{
     212    return getState();
     213}
     214
     215
    209216ComponentBase::COMPONENT_CONFIGURATION ComponentBase::configurationState() const
    210217{
     
    225232{
    226233    return m_componentName;
     234}
     235
     236QString ComponentBase::name() const
     237{
     238    return getName();
    227239}
    228240
Note: See TracChangeset for help on using the changeset viewer.