Changeset 1ecd26f in nscp for modules/NRPEServer


Ignore:
Timestamp:
01/03/11 08:21:00 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
e6792f3
Parents:
f7663c9
Message:

syncronized streams between 0.4.x and 0.3.x as well as improed the CMAke build *alot*

Location:
modules/NRPEServer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEServer/CMakeLists.txt

    r294b37b r1ecd26f  
    5050  ${OPENSSL_LIBRARIES} 
    5151) 
    52  
    53  
    54 #INSTALL(FILES ${PROJECT_SOURCE_DIR}/cmake/FindWt.cmake DESTINATION 
    55 #    ${CMAKE_INSTALL_PREFIX}/${WT_CMAKE_FINDER_INSTALL_DIR} ) 
    56  
     52INCLUDE(${BUILD_CMAKE_FOLDER}/module.cmake) 
  • modules/NRPEServer/handler_impl.hpp

    r497b779 r1ecd26f  
    3636  } 
    3737 
    38   void log_debug(std::wstring file, int line, std::wstring msg) { 
     38  void log_debug(std::string file, int line, std::wstring msg) { 
    3939    GET_CORE()->Message(NSCAPI::debug, file, line, msg); 
    4040  } 
    41   void log_error(std::wstring file, int line, std::wstring msg) { 
     41  void log_error(std::string file, int line, std::wstring msg) { 
    4242    GET_CORE()->Message(NSCAPI::error, file, line, msg); 
    4343  } 
Note: See TracChangeset for help on using the changeset viewer.