X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-encapsulation%2Fexamples%2Ftizen%2FRESampleClientApp%2Fsrc%2Freclient.cpp;h=851857332e4cf816654937f166bf4c5089ecbc78;hb=3c093548382bb2542c87a67e6e5fa32552c29cb3;hp=07aa7ed052de31467475dd0cbad6d26b7306367e;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclient.cpp b/service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclient.cpp index 07aa7ed..8518573 100644 --- a/service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclient.cpp +++ b/service/resource-encapsulation/examples/tizen/RESampleClientApp/src/reclient.cpp @@ -127,7 +127,7 @@ void onResourceStateChanged(const ResourceState &resourceState) &logMessage); } -void onCacheUpdated(const RCSResourceAttributes &attributes) +void onCacheUpdated(const RCSResourceAttributes &attributes, int) { dlog_print(DLOG_INFO, LOG_TAG, "#### onCacheUpdated callback"); @@ -277,7 +277,7 @@ static void setAttributeToRemoteServer(int setValue) &logMessage); } -static void startCaching(std::function cb) +static void startCaching(std::function cb) { string logMessage = "";