Add TIZEN_FEATURE_EMULATOR feature for emulator
[apps/native/ug-mobile-ap.git] / include / mobile_hotspot.h
index 36ca6ff..474474c 100755 (executable)
@@ -154,6 +154,9 @@ typedef struct ap_app_main {
        Elm_Object_Item         *popup_check_item;
        Elm_Object_Item         *dev_item;
        Elm_Object_Item         *station_items[MAX_CONNECTED_STA];
+#ifdef TIZEN_FEATURE_EMULATOR
+       Elm_Object_Item         *emul_station_items[TETHERING_TYPE_MAX];
+#endif
 
        int no_of_clients;
 #ifdef TETHERING_DATA_USAGE_SUPPORT