[Release] wrt-plugins-common_0.3.112
[platform/framework/web/wrt-plugins-common.git] / src / Commons / WrtAccess / WrtAccess.h
index c274534..18893a0 100644 (file)
@@ -31,6 +31,7 @@ namespace WrtDeviceApis {
 namespace Commons {
 class WrtAccess
 {
+ public:
     enum CheckAccessReturnType
     {
         CHECK_ACCESS_GRANTED,
@@ -39,7 +40,6 @@ class WrtAccess
         CHECK_ACCESS_INTERNAL_ERROR
     };
 
-  public:
     void initialize(int widgetId);
     void deinitialize(int widgetId);
     int getWidgetId() const;