Changeset 8d89d7a in nscp for service/NSCPlugin.h
- Timestamp:
- 04/02/12 07:38:32 (15 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- acc2c60
- Parents:
- 83c2453
- File:
-
- 1 edited
-
service/NSCPlugin.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
service/NSCPlugin.h
re396b2f r8d89d7a 22 22 23 23 #include <NSCAPI.h> 24 //#include <NSCHelper.h>25 #include <sstream>26 24 #include <dll/dll.hpp> 27 #include < boost/noncopyable.hpp>25 #include <nsclient/logger.hpp> 28 26 29 27 /** … … 102 100 * 103 101 */ 104 class NSCPlugin : boost::noncopyable{102 class NSCPlugin : public boost::noncopyable, public nsclient::logging::raw_subscriber { 105 103 private: 106 104 //bool bLoaded_; // Status of plug in … … 199 197 static boost::filesystem::wpath get_filename(boost::filesystem::wpath folder, std::wstring module); 200 198 199 public: 200 void on_raw_log_message(std::string &payload) { 201 handleMessage(payload.c_str(), payload.size()); 202 } 203 201 204 private: 202 205 bool lastIsMsgPlugin_;
Note: See TracChangeset
for help on using the changeset viewer.








