change Tizen::Ui::Controls::Window to Tizen::Ui::Window
authorMinkyoung Kang <mklove.kang@samsung.com>
Mon, 22 Apr 2013 00:05:42 +0000 (09:05 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Mon, 22 Apr 2013 00:05:42 +0000 (09:05 +0900)
Change-Id: I7a8e129f1b17cb5cdd3fef908bdf4c2b199645f2

inc/FUiAnimDisplayContext.h

index 466e62e..65ad450 100644 (file)
@@ -39,7 +39,7 @@ class _DisplayContextImpl;
  *
  * The %DisplayContext class represents the display context of the window.
  * The display context is a set of display resources that includes VisualElements, VisualElementSurfaces, and frame buffer,
- * and it is managed by Tizen::Ui::Controls::Window.
+ * and it is managed by Tizen::Ui::Window.
  */
 class _OSP_EXPORT_ DisplayContext
        : public Tizen::Base::Object
@@ -51,7 +51,7 @@ protected:
         * @since               2.0
         *
         * @remarks The %DisplayContext instance cannot be created,
-        *                      it is offered by the Tizen::Ui::Controls::Window::GetDisplayContext() method.
+        *                      it is offered by the Tizen::Ui::Window::GetDisplayContext() method.
         * @see Window::GetDisplayContext()
         */
        DisplayContext(void);
@@ -62,7 +62,7 @@ protected:
         *
         * @since               2.0
         *
-        * @remarks             The display context is released when the Tizen::Ui::Controls::Window instance is destroyed.
+        * @remarks             The display context is released when the Tizen::Ui::Window instance is destroyed.
         *
         */
        virtual ~DisplayContext(void);