Changeset 115 in pacpusframework for trunk/include/Pacpus/kernel
- Timestamp:
- Jun 25, 2013, 11:37:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/ComponentFactory.h
r76 r115 32 32 /// @param factoryName Name of the class in the factory. 33 33 /// @example 34 /// ~~~ 34 35 /// REGISTER_COMPONENT("DummyComponent", DummyComponent); 36 /// ~~~ 35 37 /// @see pacpus::ComponentFactory 36 38 #define REGISTER_COMPONENT(className, factoryName) \
Note:
See TracChangeset
for help on using the changeset viewer.