blob: d5aea35895a760f659737e02a22671e1d7849b74 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 - 2015 ACIN, Profactor GmbH, fortiss GmbH
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Alois Zoitl, Thomas Strasser
* - initial API and implementation and/or initial documentation
*******************************************************************************/
#ifndef _EMB_RES_H_
#define _EMB_RES_H_
#include <resource.h>
class EMB_RES : public CResource{
DECLARE_FIRMWARE_FB(EMB_RES);
public:
EMB_RES(CStringDictionary::TStringId pa_nInstanceNameId,
CResource* pa_poDevice);
virtual ~EMB_RES();
private:
};
#endif //close the ifdef sequence from the beginning of the file