X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FOICMiddle%2FWrapResource.cpp;h=a064d28154810c6656157d6cc49aae0f895d1445;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=3cadb7ddf4656a6134f028f39d1a5a482d7644a9;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/examples/OICMiddle/WrapResource.cpp b/examples/OICMiddle/WrapResource.cpp index 3cadb7d..a064d28 100644 --- a/examples/OICMiddle/WrapResource.cpp +++ b/examples/OICMiddle/WrapResource.cpp @@ -164,7 +164,7 @@ void WrapResource::parseJSON(WrapRequest *wreq) { string sep = "\":"; string anchor = "\"rep\":{"; - string json = wreq->m_rep.getJSONRepresentation(); + string json;// = wreq->m_rep.getJSONRepresentation(); string name, type, value, next; size_t r, e, e1, s, c;