Add missing enum value of OCStackResult to switch in reason() function of OCException...
authorywsung <yw.sung@samsung.com>
Thu, 15 Jan 2015 07:30:54 +0000 (16:30 +0900)
committerywsung <yw.sung@samsung.com>
Fri, 16 Jan 2015 08:27:54 +0000 (17:27 +0900)
commit3c5fb017bf86392739258964aa54708f34d4b804
treeb4dde988bbedfb0b6992a3e59e21b928cf0dedf2
parent549444d43315442398cff0bb2801498dedd4e747
Add missing enum value of OCStackResult to switch in reason() function of OCException class

- Adding missing case of enum value (OC_STACK_REPEATED_REQUEST, OC_STACK_INVALID_DEVICE_INFO) to switch statement
- Adding constant strings to StringContant.h
- Reorder case statements by OCStackResult definition order

Change-Id: I207a2f9122779c37df48aae260061fce442de798
Signed-off-by: ywsung <yw.sung@samsung.com>
resource/include/StringConstants.h
resource/src/OCException.cpp