- Timestamp:
- 01/19/10 07:09:49 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- c4d4219
- Parents:
- f6fbf6f
- Location:
- modules/NRPEServer
- Files:
-
- 2 added
- 1 edited
-
CMakeLists.txt (added)
-
NRPEServer.h (added)
-
stdafx.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEServer/stdafx.h
rf6fbf6f rf029bc2 25 25 #include <map> 26 26 #include <vector> 27 #include <config.h>28 #include <utils.h>29 30 #include <types.hpp>31 #include <NSCAPI.h>32 #include <NSCHelper.h>33 #include <nsc_module_wrapper.hpp>34 #include <nrpe/nrpepacket.hpp>35 27 36 28 #include <boost/thread.hpp> … … 48 40 #include <boost/asio/ssl.hpp> 49 41 #endif 42 43 #include <config.h> 44 #include <utils.h> 45 46 #include <types.hpp> 47 #include <NSCAPI.h> 48 #include <NSCHelper.h> 49 #include <nsc_module_wrapper.hpp> 50 #include <nrpe/nrpepacket.hpp> 51
Note: See TracChangeset
for help on using the changeset viewer.








