Changeset cad08fb in nscp for modules/NSCAAgent/NSCAAgent.h


Ignore:
Timestamp:
02/18/10 12:22:51 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
b0e7ecf
Parents:
60375ed
Message:

Major update with a new plugin glue that works better with *nix.
Everything should be the same but look tidier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAAgent/NSCAAgent.h

    r60375ed rcad08fb  
    2323NSC_WRAPPERS_MAIN(); 
    2424 
    25 class NSCAAgent : public NSCModuleHelper::SimpleNotificationHandler { 
     25class NSCAAgent : public nscapi::impl::SimpleNotificationHandler { 
    2626private: 
    2727 
     
    5959  * @return module version 
    6060  */ 
    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 }; 
    6363    return version; 
    6464  } 
Note: See TracChangeset for help on using the changeset viewer.