Changeset 281 in pacpusframework for trunk/include
- Timestamp:
- Mar 20, 2014, 2:35:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/ComponentBase.h
r272 r281 38 38 class QWidget; 39 39 40 namespace boost { 41 namespace program_options { 40 namespace boost 41 { 42 class exception_ptr; 43 44 namespace program_options 45 { 42 46 class options_description_easy_init; 43 } 44 } 47 } // namespace program_options 48 49 } // namespace boost 45 50 46 51 namespace pacpus { … … 200 205 /// called by the ComponentManager to start the component 201 206 int startComponent(); 207 void startComponentInThread(); 208 void startComponentWithException(boost::exception_ptr& error); 202 209 203 210 /// called by the ComponentManager to stop the component
Note:
See TracChangeset
for help on using the changeset viewer.