devices/device_syncreference/ordevice_syncreference_layout.h
#ifndef __ORDEVICE_TEMPLATE_LAYOUT_H__
#define __ORDEVICE_TEMPLATE_LAYOUT_H__
#include "ordevice_syncreference_device.h"
class ORDevice_SyncReference_Layout : public FBDeviceLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIRefresh ();
void UIReset ();
private:
FBSystem mSystem;
ORDevice_SyncReference* mDevice;
};
#endif