X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Fsamples%2Flinux%2FSimpleClientServer%2Focclientslow.h;h=8b6bcc48631e87899d995da70d00575670fa057c;hb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;hp=60713d7d8f9b9a50f056da4d1bca553b3e75616d;hpb=00b3660e45c56cb3db35dc2596a054f801b5591a;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/samples/linux/SimpleClientServer/occlientslow.h b/resource/csdk/stack/samples/linux/SimpleClientServer/occlientslow.h index 60713d7..8b6bcc4 100644 --- a/resource/csdk/stack/samples/linux/SimpleClientServer/occlientslow.h +++ b/resource/csdk/stack/samples/linux/SimpleClientServer/occlientslow.h @@ -39,7 +39,8 @@ /** * List of methods that can be inititated from the client */ -typedef enum { +typedef enum +{ TEST_DISCOVER_REQ = 1, TEST_NON_CON_OP, TEST_CON_OP, @@ -93,3 +94,4 @@ OCStackApplicationResult discoveryReqCB(void* ctx, OCDoHandle handle, OCClientResponse * clientResponse); #endif +