Changeset 349 in pacpusframework for trunk/include/Pacpus
- Timestamp:
- Sep 23, 2015, 9:35:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/ComponentBase.h
r312 r349 101 101 /// @return Value of the current state. 102 102 COMPONENT_STATE getState(); 103 COMPONENT_STATE state(); 103 104 104 105 /// Checks whether the component if configurer or not. … … 109 110 /// @return Name of the component. 110 111 QString getName() const; 112 QString name() const; 111 113 112 114 /// @returns @b true if the component has been started and is active (working)
Note:
See TracChangeset
for help on using the changeset viewer.