Changeset 1ecd26f in nscp for modules/NRPEServer
- Timestamp:
- 01/03/11 08:21:00 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- e6792f3
- Parents:
- f7663c9
- Location:
- modules/NRPEServer
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
handler_impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEServer/CMakeLists.txt
r294b37b r1ecd26f 50 50 ${OPENSSL_LIBRARIES} 51 51 ) 52 53 54 #INSTALL(FILES ${PROJECT_SOURCE_DIR}/cmake/FindWt.cmake DESTINATION 55 # ${CMAKE_INSTALL_PREFIX}/${WT_CMAKE_FINDER_INSTALL_DIR} ) 56 52 INCLUDE(${BUILD_CMAKE_FOLDER}/module.cmake) -
modules/NRPEServer/handler_impl.hpp
r497b779 r1ecd26f 36 36 } 37 37 38 void log_debug(std:: wstring file, int line, std::wstring msg) {38 void log_debug(std::string file, int line, std::wstring msg) { 39 39 GET_CORE()->Message(NSCAPI::debug, file, line, msg); 40 40 } 41 void log_error(std:: wstring file, int line, std::wstring msg) {41 void log_error(std::string file, int line, std::wstring msg) { 42 42 GET_CORE()->Message(NSCAPI::error, file, line, msg); 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.








