#ifndef _TASK_
#define _TASK_

// task.h
//
// This header file collects up all the task manager and related objects
// and common function definitions. The COM objects are available in
// TASK.DLL.

// COM Interface & LibraryDefintions
//#include "tskdef.h"
#include "tskdef.h"
#include "tskint.h"
#include "tsklib.h"

// Common Functions
#include "tsktrace.h"

#endif // _TASK_
