Changeset cea178b in nscp for NSCPlugin.h


Ignore:
Timestamp:
04/19/05 00:50:16 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
d656933
Parents:
aaa9a22
Message:

MAJOR CHANGES
2004-04-19 MickeM

+ Added SSL support
+ Added alot of new options
+ Added documentation

  • Renamed and restructured NSCLientCompat to CheckSystem
  • *ALOT* of fixes all over : We are now starting to get to something that is "stable" : This means that soon you might actually be able to use this.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NSCPlugin.h

    r1eef1ee rcea178b  
    8888  std::string file_;    // Name of the DLL file 
    8989 
    90   typedef int (*lpModuleHelperInit)(NSCModuleHelper::lpNSAPILoader f); 
    91   typedef int (*lpLoadModule)(); 
     90  typedef INT (*lpModuleHelperInit)(NSCModuleHelper::lpNSAPILoader f); 
     91  typedef INT (*lpLoadModule)(); 
    9292  typedef INT (*lpGetName)(char*,unsigned int); 
    9393  typedef INT (*lpHasCommandHandler)(); 
     
    9595  typedef NSCAPI::nagiosReturn (*lpHandleCommand)(const char*,const unsigned int, char**,char*,unsigned int,char *,unsigned int); 
    9696  typedef INT (*lpHandleMessage)(int,const char*,const int,const char*); 
    97   typedef int (*lpUnLoadModule)(); 
     97  typedef INT (*lpUnLoadModule)(); 
    9898 
    9999  lpModuleHelperInit fModuleHelperInit; 
     
    108108public: 
    109109  NSCPlugin(const std::string file); 
     110  NSCPlugin(NSCPlugin &other); 
    110111  virtual ~NSCPlugin(void); 
    111112 
Note: See TracChangeset for help on using the changeset viewer.