X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-input-method-context.h;h=cf174cff5a15bb5ef316852c604ffebdcc00f898;hp=409e2b86e13740a9a2041eaab243c39a9ca397b4;hb=0e8dfa9c961af84b18edf2e3307840b0d94fb430;hpb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036 diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-input-method-context.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-input-method-context.h index 409e2b8..cf174cf 100755 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-input-method-context.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-input-method-context.h @@ -20,6 +20,7 @@ // EXTERNAL INCLUDES #define DALI_INPUT_METHOD_CONTEXT_H +#include #include #include #include @@ -148,6 +149,14 @@ public: static InputMethodContext New(); /** + * @brief Create a handle to the instance of InputMethodContext. + * + * @param[in] actor The actor that uses the new InputMethodContext instance. + * @return A handle to the InputMethodContext. + */ + static InputMethodContext New( Actor actor ); + + /** * @brief Finalize the InputMethodContext. * * It means that the context will be deleted.