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=781bcb1f3697b58f1da3f662b033345814dd903a;hpb=01a5aada2c73e2df08d4d0e784f29d9fc368d3ed 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.