AyaNova CE Archive added as recovered from storage during attempt to upgrade a customer from v1.7 to v8!
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
// 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()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user