X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-encapsulation%2Fexamples%2Ftizen%2FRESampleServerApp%2Fsrc%2Fremain.cpp;h=57fb2810944b3a7f32016f19fffd6ceba0b8fd08;hb=3e9402ad71cb3e93266a77796f44d17bab9853fd;hp=849734a325c61db15d1d528565aedc086b16ba16;hpb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-encapsulation/examples/tizen/RESampleServerApp/src/remain.cpp b/service/resource-encapsulation/examples/tizen/RESampleServerApp/src/remain.cpp index 849734a..57fb281 100644 --- a/service/resource-encapsulation/examples/tizen/RESampleServerApp/src/remain.cpp +++ b/service/resource-encapsulation/examples/tizen/RESampleServerApp/src/remain.cpp @@ -66,7 +66,10 @@ create_list_view(appdata_s *ad) evas_object_smart_callback_add(list, "selected", list_selected_cb, NULL); // Main Menu Items Here - elm_list_item_append(list, "Start Temperature Sensor", NULL, NULL, serverCreateUI, nf); + elm_list_item_append(list, "Start Temperature Sensor Resource", NULL, NULL, temperatureResource, + nf); + + elm_list_item_append(list, "Start Light Resource", NULL, NULL, lightResource, nf); elm_list_go(list);