Changeset cea178b in nscp for NSCPlugin.h
- Timestamp:
- 04/19/05 00:50:16 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- d656933
- Parents:
- aaa9a22
- File:
-
- 1 edited
-
NSCPlugin.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NSCPlugin.h
r1eef1ee rcea178b 88 88 std::string file_; // Name of the DLL file 89 89 90 typedef int(*lpModuleHelperInit)(NSCModuleHelper::lpNSAPILoader f);91 typedef int(*lpLoadModule)();90 typedef INT (*lpModuleHelperInit)(NSCModuleHelper::lpNSAPILoader f); 91 typedef INT (*lpLoadModule)(); 92 92 typedef INT (*lpGetName)(char*,unsigned int); 93 93 typedef INT (*lpHasCommandHandler)(); … … 95 95 typedef NSCAPI::nagiosReturn (*lpHandleCommand)(const char*,const unsigned int, char**,char*,unsigned int,char *,unsigned int); 96 96 typedef INT (*lpHandleMessage)(int,const char*,const int,const char*); 97 typedef int(*lpUnLoadModule)();97 typedef INT (*lpUnLoadModule)(); 98 98 99 99 lpModuleHelperInit fModuleHelperInit; … … 108 108 public: 109 109 NSCPlugin(const std::string file); 110 NSCPlugin(NSCPlugin &other); 110 111 virtual ~NSCPlugin(void); 111 112
Note: See TracChangeset
for help on using the changeset viewer.








