Fix build error due to changing app-common
[profile/tv/apps/native/filebrowser.git] / src / views / BaseView / SourceCtxPopup.h
1 #ifndef __SOURCE_CTX_POPUP_H__
2 #define __SOURCE_CTX_POPUP_H__
3
4
5 class CSourceCtxPopup : public CContextPopup {
6 protected:
7
8         virtual void t_OnConfiguration(void);
9         virtual void t_OnBtnClicked(Evas_Object* obj, void* ev);
10
11 public:
12
13         static const char* SourceText(int index);
14 };
15
16
17 #endif /* __SOURCE_CTX_POPUP_H__ */