merge with master
[platform/framework/web/wrt-plugins-common.git] / src / wrt-popup / wrt / popup-bin / YesNoCheckPopup.h
index 710fc6c..9012df5 100644 (file)
@@ -17,7 +17,8 @@
  * @file        YesNoCheckPopup.cpp
  * @author      Przmeyslaw Ciezkowsko (p.ciezkowski@samsung.com)
  * @version     1.0
- * @brief       Popup that contains 'Yes' and 'No' buttons and checkbox. Inplementation
+ * @brief       Popup that contains 'Yes' and 'No' buttons and checkbox.
+ * Inplementation
  */
 
 #include "YesNoPopup.h"
 
 namespace Wrt {
 namespace Popup {
-
-class YesNoCheckPopup: public YesNoPopup {
-public:
+class YesNoCheckPopup : public YesNoPopup
+{
+  public:
     virtual ~YesNoCheckPopup();
-protected:
+
+  protected:
     virtual Renderer::CtrlPopupPtr createPopup(DPL::BinaryQueueAutoPtr data);
     virtual void responseCallback(const Renderer::AnswerCallbackData &answer);
-
 };
-
 } // Popup
 } // Wrt