Changeset a78a985 in nscp for modules/NRPEServer
- Timestamp:
- 09/05/11 20:55:52 (21 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 7515d00
- Parents:
- fb7e36a
- Location:
- modules/NRPEServer
- Files:
-
- 3 edited
-
NRPEServer.cpp (modified) (1 diff)
-
handler_impl.cpp (modified) (1 diff)
-
stdafx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEServer/NRPEServer.cpp
r81e420c ra78a985 23 23 #include <strEx.h> 24 24 #include <time.h> 25 #include <config.h>25 //#include <config.h> 26 26 #include "handler_impl.hpp" 27 27 -
modules/NRPEServer/handler_impl.cpp
rd7e265d ra78a985 3 3 #include <boost/asio.hpp> 4 4 #include "handler_impl.hpp" 5 #include <config.h> 5 6 6 7 nrpe::packet handler_impl::handle(nrpe::packet p) { -
modules/NRPEServer/stdafx.h
r1f24a1c ra78a985 47 47 #endif 48 48 49 #include <config.h> 49 #include <common.hpp> 50 #include <strEx.h> 50 51 #include <utils.h> 51 52
Note: See TracChangeset
for help on using the changeset viewer.








