Changeset d66ccee in nscp for modules/NRPEServer
- Timestamp:
- 04/16/11 12:07:47 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 3bdaf18
- Parents:
- b7d17f8
- Location:
- modules/NRPEServer
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
NRPEServer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEServer/CMakeLists.txt
r1ecd26f rd66ccee 1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)1 cmake_minimum_required(VERSION 2.6) 2 2 3 3 SET(TARGET NRPEServer) -
modules/NRPEServer/NRPEServer.cpp
rc760fc9 rd66ccee 24 24 #include <time.h> 25 25 #include <config.h> 26 #include <msvc_wrappers.h>27 26 #include "handler_impl.hpp" 27 28 #include <settings/client/settings_client.hpp> 29 28 30 29 31 namespace sh = nscapi::settings_helper;
Note: See TracChangeset
for help on using the changeset viewer.








