Changeset 279 in pacpusframework for trunk/src/PacpusLib
- Timestamp:
- Mar 20, 2014, 11:58:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentBase.cpp
r278 r279 13 13 #include <boost/program_options/parsers.hpp> 14 14 #include <boost/program_options/variables_map.hpp> 15 #include <boost/thread/thread.hpp> 15 16 #include <ostream> 16 17 #include <string> … … 134 135 135 136 setActive(true); 136 startActivity();137 137 boost::thread worker(&ComponentBase::startActivity, this); 138 //startActivity(); 138 139 return true; 139 140 }
Note:
See TracChangeset
for help on using the changeset viewer.