Fixed Nabi Issues N_SE-56966,56735
[apps/osp/Internet.git] / inc / IntISettingChangeListener.h
index a6c594f..304c8a9 100644 (file)
@@ -1,46 +1,48 @@
-//\r
-\r
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.\r
-//\r
-// Licensed under the Flora License, Version 1.0 (the License);\r
-// you may not use this file except in compliance with the License.\r
-// You may obtain a copy of the License at\r
-//\r
-//     http://floralicense.org/license/\r
-//\r
-// Unless required by applicable law or agreed to in writing, software\r
-// distributed under the License is distributed on an AS IS BASIS,\r
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-// See the License for the specific language governing permissions and\r
-// limitations under the License.\r
-//\r
-\r
-//!Internet ISettingsChangeEventListener class\r
-/*@file:       IntISettingsChangeEventListener.h\r
- *@brief:      The %IntISettingsChangeEventListener\r
- *\r
- */\r
-\r
-#ifndef _INT_SETTINGS_CHANGE_LISTENER_H_\r
-#define _INT_SETTINGS_CHANGE_LISTENER_H_\r
-\r
-/**\r
- * @interface  IntISettingsChangeListener\r
- * @brief              This interface implements the listener for Addressbar Events.\r
- *\r
- * The %IntIAddressbarEventListener interface is the listener interface for receiving the Addressbar events such as\r
- * the event for clicking refresh,stoThis class defines HistoryListScene used define historyp loading etc.\r
- *\r
- */\r
-class ISettingChangeEventListener\r
-       : public Tizen::Base::Object\r
-{\r
-public:\r
-       virtual ~ISettingChangeEventListener(void) {};\r
-       virtual void OnClearCache(void) = 0;\r
-       virtual void OnClearCookie(void) = 0;\r
-       virtual void OnSettingsChange(int settingvalue) = 0;\r
-       virtual void OnSettingsReset(void) = 0;\r
-};\r
-\r
-#endif /* _INT_SETTINGS_CHANGE_LISTENER_H_ */\r
+//
+
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// 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
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+//!Internet ISettingsChangeEventListener class
+/*@file:       IntISettingsChangeEventListener.h
+ *@brief:      The %IntISettingsChangeEventListener
+ *
+ */
+
+#ifndef _INT_SETTINGS_CHANGE_LISTENER_H_
+#define _INT_SETTINGS_CHANGE_LISTENER_H_
+
+/**
+ * @interface  IntISettingsChangeListener
+ * @brief              This interface implements the listener for Addressbar Events.
+ *
+ * The %IntIAddressbarEventListener interface is the listener interface for receiving the Addressbar events such as
+ * the event for clicking refresh,stoThis class defines HistoryListScene used define historyp loading etc.
+ *
+ */
+class ISettingChangeEventListener
+       : public Tizen::Base::Object
+{
+public:
+       virtual ~ISettingChangeEventListener(void) {};
+       virtual void OnClearCache(void) = 0;
+       virtual void OnClearCookie(void) = 0;
+       virtual void OnClearFormData(void) = 0;
+       virtual void OnClearPasswords(void) = 0;
+       virtual void OnSettingsChange(int settingvalue) = 0;
+       virtual void OnSettingsReset(void) = 0;
+};
+
+#endif /* _INT_SETTINGS_CHANGE_LISTENER_H_ */