Changeset 9567d4b in nscp for modules/NSCAAgent/NSCAAgent.h


Ignore:
Timestamp:
06/15/08 19:18:21 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
739db5a
Parents:
367bf20
Message:

2008-05-?? MickeM

  • BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status

2008-06-?? MickeM

  • BREAKING CHANGE! -- New settings API as well as new WEBConfiguration UI (nothing is finnished yet but I wanted to check things into the SVN since it is a lot of changes now :)

2008-05-14 MickeM

  • Fixed memoryleak in the service checker.

I am really sorry I usualy write better code then this.

2008-05-11 MickeM

  • BREAKING CHANGE! -- Changed PDH options to a more uniform design:

auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAAgent/NSCAAgent.h

    r394f7a1 r9567d4b  
    4040  virtual ~NSCAAgent(); 
    4141  // Module calls 
    42   bool loadModule(); 
     42  bool loadModule(NSCAPI::moduleLoadMode mode); 
    4343  bool unloadModule(); 
    4444  std::wstring getConfigurationMeta(); 
Note: See TracChangeset for help on using the changeset viewer.