miscellaneous/custommanager_template/orcustommanager_template_manager.cxx
#include "orcustommanager_template_manager.h"
#define ORCUSTOMMANAGER_TEMPLATE__CLASS ORCUSTOMMANAGER_TEMPLATE__CLASSNAME
#define ORCUSTOMMANAGER_TEMPLATE__NAME ORCUSTOMMANAGER_TEMPLATE__CLASSSTR
bool ORCustomManager_Template::FBCreate()
{
return true;
}
void ORCustomManager_Template::FBDestroy()
{
}
bool ORCustomManager_Template::Init()
{
return true;
}
bool ORCustomManager_Template::Open()
{
return true;
}
bool ORCustomManager_Template::Clear()
{
return true;
}
bool ORCustomManager_Template::Close()
{
return true;
}