/*++ Copyright (c) 1994 Microsoft Corporation Module Name: RnrSvcp.h Abstract: Master include file for the sample RNR Service. Author: Charles K. Moore (keithmo) 24-July-1994 Revision History: --*/ #ifndef _RNRSVCP_H_ #define _RNRSVCP_H_ // // System include files. // #include #include #include #include #include #include // // Project-specific include files. // #include "cons.h" #include "type.h" #include "data.h" #include "proc.h" #include "rnrmsg.h" #endif // _RNRSVCP_H_