28 lines
618 B
C++
28 lines
618 B
C++
// ScheduleTimeBarData.cpp: implementation of the CScheduleTimeBarData class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "stdafx.h"
|
|
#include "sp.h"
|
|
#include "ScheduleTimeBarData.h"
|
|
|
|
#ifdef _DEBUG
|
|
#undef THIS_FILE
|
|
static char THIS_FILE[]=__FILE__;
|
|
#define new DEBUG_NEW
|
|
#endif
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
CScheduleTimeBarData::CScheduleTimeBarData()
|
|
{
|
|
|
|
}
|
|
|
|
CScheduleTimeBarData::~CScheduleTimeBarData()
|
|
{
|
|
|
|
}
|