Changeset 8988f9e in nscp for modules/NRPEServer/nrpe_handler.hpp
- Timestamp:
- 08/01/10 13:55:49 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 294b37b
- Parents:
- fe9cc46
- File:
-
- 1 edited
-
modules/NRPEServer/nrpe_handler.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEServer/nrpe_handler.hpp
r40970de r8988f9e 11 11 public: 12 12 handler(unsigned int payload_length) 13 : payload_length_(payload_length) 13 : payload_length_(payload_length), noPerfData_(false) 14 14 {} 15 15 handler(const handler &other) {
Note: See TracChangeset
for help on using the changeset viewer.








