Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
619 B

//+----------------------------------------------------------------------------
//
// Job Scheduler Service
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1996.
//
// File: sched.hxx
//
// Contents: job scheduler classes' implementation header
//
// History: 08-Sep-95 EricB created
//
//-----------------------------------------------------------------------------
#ifndef _SCHED_HXX_
#define _SCHED_HXX_
#include <debug.hxx>
#include <sch_cls.hxx>
#include <misc.hxx>
#include "..\inc\resource.h"
// constants
// global definitions
// prototypes
#endif // _SCHED_HXX_