(AutomatedTest) Fix ImfManager stub to match recent changes
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / buttons / radio-button.h
index 37f3860..d972ecd 100644 (file)
@@ -21,7 +21,7 @@
 // INTERNAL INCLUDES
 #include "button.h"
 
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 namespace Toolkit
@@ -41,7 +41,7 @@ class RadioButton;
  *
  * Radio buttons are designed to select one of many option at the same time.
  *
- * Every button have its own \e label and \e state, which can be modified by RadioButton::SetLabel and RadioBUtton::SetActive.
+ * Every button have its own \e label and \e state, which can be modified by RadioButton::SetLabel and RadioButton::SetActive.
  *
  * RadioButton can change its current state using RadioButton::ToggleState.
  *
@@ -53,7 +53,7 @@ class RadioButton;
  *
  * A Button::ClickedSignal() is emitted when the RadioButton change its state to \e active or \e inactive.
  */
-class RadioButton: public Button
+class DALI_IMPORT_API RadioButton: public Button
 {
  public:
 
@@ -169,15 +169,16 @@ class RadioButton: public Button
    *
    * @param[in]  implementation  The Control implementation.
    */
-  RadioButton(Internal::RadioButton& implementation);
+  DALI_INTERNAL RadioButton(Internal::RadioButton& implementation);
 
   /**
    * @brief Allows the creation of this Control from an Internal::CustomActor pointer.
    *
    * @param[in]  internal  A pointer to the internal CustomActor.
    */
-  RadioButton(Dali::Internal::CustomActor* internal);
-} ;
+  DALI_INTERNAL RadioButton(Dali::Internal::CustomActor* internal);
+
+};
 
 } // namespace Toolkit