Fixed issue 48334
[apps/osp/Gallery.git] / inc / GlBaseForm.h
index 35bf921..52f4dde 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
 // limitations under the License.
 //
 
-
+/**
+ * @file               GlBaseForm.h
+ * @brief              This is the header file for BaseForm class.
+ */
 
 #ifndef _GL_BASE_FORM_H_
 #define _GL_BASE_FORM_H_
@@ -28,14 +31,13 @@ class BaseForm
 {
 public:
        virtual ~BaseForm(void){};
-       virtual void OnUpdateContentList(void){};
+
 protected:
-       Tizen::Base::Collection::IList* GetMoveFileIndexList(Tizen::Base::String&,
-                       Tizen::Base::Collection::IList*, FileListPresentationModel*);
+       Tizen::Base::Collection::IList* GetMoveFileIndexList(Tizen::Base::String&, Tizen::Base::Collection::IList*,
+                       FileListPresentationModel*,bool isCopyOp = false);
 
 protected:
-       bool __overlayMsg;
+       bool _overlayMsg;
 };
 
-
 #endif /* _GL_BASE_FORM_H_ */