1.Changed appcontrol parameters of contacts 2.GUI changes 3.Changes to alert tone...
[apps/osp/Call.git] / inc / CallAppFormFactory.h
1 #ifndef _CALLAPP_FORM_FACTORY_H_
2 #define _CALLAPP_FORM_FACTORY_H_
3
4 #include <FUi.h>
5
6
7 class CallAppFormFactory
8         : public Tizen::Ui::Scenes::IFormFactory
9 {
10 public:
11         CallAppFormFactory(void);
12         virtual ~CallAppFormFactory(void);
13
14         virtual Tizen::Ui::Controls::Form* CreateFormN(const Tizen::Base::String& formId, const Tizen::Ui::Scenes::SceneId& sceneId);
15 };
16
17 #endif // _CALLAPP_FORM_FACTORY_H_