From 5f37b98652a1bd70fcb478b1d10c7a28357c1644 Mon Sep 17 00:00:00 2001 From: hyunho kang Date: Wed, 8 Apr 2015 15:57:56 +0900 Subject: [PATCH] Fix header name. Change-Id: I1ad77be8fa6c4bf0c588c95972479ac2f1634e9b Signed-off-by: hyunho kang --- .../html/native/app_framework/service_app_tutorial_n.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.tizen.tutorials/html/native/app_framework/service_app_tutorial_n.htm b/org.tizen.tutorials/html/native/app_framework/service_app_tutorial_n.htm index 93434ae..af8f773 100644 --- a/org.tizen.tutorials/html/native/app_framework/service_app_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/app_framework/service_app_tutorial_n.htm @@ -64,9 +64,9 @@

To listen to events:

    -
  1. To use the functions and data types of the Service Application API, include the <serviceapp.h> header file in your application:

    +
  2. To use the functions and data types of the Service Application API, include the <service_app.h> header file in your application:

    -#include <serviceapp.h>
    +#include <service_app.h>
     
  3. -- 2.7.4