Changeset cad08fb in nscp for modules/NSCAAgent/NSCAAgent.h
- Timestamp:
- 02/18/10 12:22:51 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- b0e7ecf
- Parents:
- 60375ed
- File:
-
- 1 edited
-
modules/NSCAAgent/NSCAAgent.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/NSCAAgent/NSCAAgent.h
r60375ed rcad08fb 23 23 NSC_WRAPPERS_MAIN(); 24 24 25 class NSCAAgent : public NSCModuleHelper::SimpleNotificationHandler {25 class NSCAAgent : public nscapi::impl::SimpleNotificationHandler { 26 26 private: 27 27 … … 59 59 * @return module version 60 60 */ 61 NSCModuleWrapper::module_version getModuleVersion() {62 NSCModuleWrapper::module_version version = {0, 3, 0 };61 nscapi::plugin_wrapper::module_version getModuleVersion() { 62 nscapi::plugin_wrapper::module_version version = {0, 3, 0 }; 63 63 return version; 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.








