coreapplicationuis/Rfs/Plugins/cprfsplugin/inc/cprfsplugin.h
changeset 21 c4cbaa4fb734
child 51 50b444048a8d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/coreapplicationuis/Rfs/Plugins/cprfsplugin/inc/cprfsplugin.h	Fri Apr 16 15:08:06 2010 +0300
@@ -0,0 +1,33 @@
+/*
+ * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0""
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description:  
+ *   
+ */
+#ifndef	CPRFSPLUGIN_H
+#define	CPRFSPLUGIN_H
+
+#include <qobject.h>
+#include <cppluginplatinterface.h>
+
+class CpRfsPlugin : public QObject, public CpPluginPlatInterface
+{
+Q_OBJECT
+    Q_INTERFACES(CpPluginPlatInterface)
+public:
+    CpRfsPlugin();
+    ~CpRfsPlugin();
+    virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
+};
+
+#endif	//CPRFSPLUGIN_H