- Timestamp:
- 08/22/10 10:36:18 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 7065334
- Parents:
- b4db89d
- Location:
- service
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
NSCPlugin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
service/CMakeLists.txt
r291548e rc146f89 57 57 ${NSCP_INCLUDEDIR}/settings/settings_core.hpp 58 58 ${NSCP_INCLUDEDIR}/settings/settings_core_impl.hpp 59 ${NSCP_INCLUDEDIR}/settings/settings_handler_impl.hpp 60 ${NSCP_INCLUDEDIR}/settings/settings_interface_impl.hpp 59 61 ${NSCP_INCLUDEDIR}/com_helpers.hpp 60 62 ${NSCP_INCLUDEDIR}/dll/dll.hpp -
service/NSCPlugin.cpp
r497b779 rc146f89 359 359 fLoadModule = (nscapi::plugin_api::lpLoadModule)module_.load_proc("NSLoadModuleEx"); 360 360 if (!fLoadModule) 361 throw NSPluginException(module_, _T("Could not load NSLoadModule "));361 throw NSPluginException(module_, _T("Could not load NSLoadModuleEx")); 362 362 363 363 fModuleHelperInit = (nscapi::plugin_api::lpModuleHelperInit)module_.load_proc("NSModuleHelperInit");
Note: See TracChangeset
for help on using the changeset viewer.








