// UtilityRecipe.h: interface for the CUtilityRecipe class.
|
//
|
//////////////////////////////////////////////////////////////////////
|
|
#if !defined(AFX_UTILITYRECIPE_H__C3C9F18D_BA66_4D0F_94AD_B0CCDD9787E5__INCLUDED_)
|
#define AFX_UTILITYRECIPE_H__C3C9F18D_BA66_4D0F_94AD_B0CCDD9787E5__INCLUDED_
|
|
#if _MSC_VER > 1000
|
#pragma once
|
#endif // _MSC_VER > 1000
|
|
|
class AFX_EXT_CLASS CUtilityRecipe
|
{
|
protected:
|
// Á¶¸í ÄÁÆ®·Ñ·¯.
|
// PLC Interface.
|
// VCR Port ¼±ÅÃ
|
public:
|
CUtilityRecipe();
|
virtual ~CUtilityRecipe();
|
};
|
|
#endif // !defined(AFX_UTILITYRECIPE_H__C3C9F18D_BA66_4D0F_94AD_B0CCDD9787E5__INCLUDED_)
|