Changeset f029bc2 in nscp for modules


Ignore:
Timestamp:
01/19/10 07:09:49 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
c4d4219
Parents:
f6fbf6f
Message:

broken subversion: path not found...

Location:
modules/NRPEServer
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEServer/stdafx.h

    rf6fbf6f rf029bc2  
    2525#include <map> 
    2626#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> 
    3527 
    3628#include <boost/thread.hpp> 
     
    4840#include <boost/asio/ssl.hpp> 
    4941#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.