Changeset 216 in pacpusframework for trunk/src/_NewComponent/NewComponent.h.in
- Timestamp:
- Nov 8, 2013, 12:20:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/_NewComponent/NewComponent.h.in
r194 r216 20 20 #include <Pacpus/kernel/ComponentBase.h> 21 21 22 #include <boost/scoped_ptr.hpp> 22 23 #include <QObject> 23 24 24 namespace pacpus { 25 namespace pacpus 26 { 25 27 26 28 class @PACPUS_COMPONENT_NAME_CAPS@_API @PACPUS_COMPONENT_NAME@ … … 49 51 50 52 private: 51 //void processInput( const InputType& input);53 //void processInput(InputType const& input); 52 54 53 55 private: 56 struct Impl; 57 boost::scoped_ptr<Impl> mImpl; 54 58 }; 55 59 … … 57 61 58 62 #endif // @PACPUS_COMPONENT_NAME_CAPS@_H 59
Note:
See TracChangeset
for help on using the changeset viewer.