Ignore:
Timestamp:
06/13/10 22:02:07 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
f0607c4
Parents:
5cd6bcf (diff), f1d6990 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged back all (some?) of the new changes from 0.3.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEClient/NRPEClient.h

    rcad08fb r5735dda  
    110110  std::wstring getModuleDescription() { 
    111111    return _T("A simple client for checking remote NRPE servers (think proxy).\n") 
     112#ifndef USE_BOOST 
     113    _T("BOOST support is missing (this is probably very bad)!\n") 
     114#endif 
    112115#ifndef USE_SSL 
    113116    _T("SSL support is missing (so you cant use encryption)!") 
Note: See TracChangeset for help on using the changeset viewer.