Changed version 2.2 and fixed API privileges violations
[apps/osp/Gallery.git] / inc / GlIContentFileUpdateManager.h
index 42a3836..2d759ff 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
 //
@@ -22,7 +22,6 @@
 #ifndef _GL_ICONTENT_FILE_UPDATE_MANAGER_H_
 #define _GL_ICONTENT_FILE_UPDATE_MANAGER_H_
 
-#include <FBase.h>
 #include "GlTypes.h"
 
 class IContentFileUpdateManager
@@ -31,7 +30,7 @@ public:
        IContentFileUpdateManager(){}
        virtual ~IContentFileUpdateManager(){}
 
-       virtual Tizen::Base::Collection::IList* GetContentIdListAtIndexN(const Tizen::Base::Collection::IList& indexList) = 0;
+       virtual Tizen::Base::Collection::IList* GetContentIdListAtIndexN(const Tizen::Base::Collection::IList& indexList) const = 0;
        virtual result DeleteContentFile(const Tizen::Content::ContentId& contentId) = 0;
        virtual result RotateImage(int index, RotateMode rotateMode) = 0;
        virtual void RequestThumbnail(const int index) = 0;