(AutomatedTest) Fix ImfManager stub to match recent changes 76/31976/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Dec 2014 17:21:52 +0000 (17:21 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Dec 2014 17:21:52 +0000 (17:21 +0000)
Change-Id: I3e5f59c601c42f127b29d129bac4c28321354afc

automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-imf-manager.cpp
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-imf-manager.h

index 986346e..260e70c 100644 (file)
@@ -50,7 +50,7 @@ public:
   void Reset();
 
   bool RestoreAfterFocusLost() const;
-  void SetRestoreAferFocusLost( bool toggle );
+  void SetRestoreAfterFocusLost( bool toggle );
   void NotifyCursorPosition();
   int GetCursorPosition();
   void SetCursorPosition( unsigned int cursorPosition );
@@ -170,7 +170,7 @@ bool ImfManager::RestoreAfterFocusLost() const
   return mRestoreAfterFocusLost;
 }
 
-void ImfManager::SetRestoreAferFocusLost( bool toggle )
+void ImfManager::SetRestoreAfterFocusLost( bool toggle )
 {
   mRestoreAfterFocusLost = toggle;
 }
@@ -241,9 +241,9 @@ bool ImfManager::RestoreAfterFocusLost() const
   return Internal::Adaptor::ImfManager::GetImplementation(*this).RestoreAfterFocusLost();
 }
 
-void ImfManager::SetRestoreAferFocusLost( bool toggle )
+void ImfManager::SetRestoreAfterFocusLost( bool toggle )
 {
-  Internal::Adaptor::ImfManager::GetImplementation(*this).SetRestoreAferFocusLost( toggle );
+  Internal::Adaptor::ImfManager::GetImplementation(*this).SetRestoreAfterFocusLost( toggle );
 }
 
 void ImfManager::Reset()
index 2ac731f..aab3940 100644 (file)
@@ -151,7 +151,7 @@ public:
    * Set status whether the IMF has to restore the keyboard after losing focus.
    * @param[in] toggle True means that keyboard should be restored after focus lost and regained.
    */
-  void SetRestoreAferFocusLost( bool toggle );
+  void SetRestoreAfterFocusLost( bool toggle );
 
   /**
    * Send message reset the pred-edit state / imf module.  Used to interupt pre-edit state maybe due to a touch input.