X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-encapsulation%2Fexamples%2Fandroid%2FRESampleClientApp%2Fapp%2Fsrc%2Fmain%2Fjava%2Forg%2Fiotivity%2Fservice%2Fsample%2Fclient%2FResourceClientActivity.java;h=2b878b7b96f59d018221571e09229b455199aafe;hb=7f00f942c39b7bc27c7eeecf213a239c3fe4173c;hp=cb1c7427b5699e286fbf3a90c779cbe455d1ca4e;hpb=dbdccd21aa801bdf33b6277f17387b2dda7eb50a;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-encapsulation/examples/android/RESampleClientApp/app/src/main/java/org/iotivity/service/sample/client/ResourceClientActivity.java b/service/resource-encapsulation/examples/android/RESampleClientApp/app/src/main/java/org/iotivity/service/sample/client/ResourceClientActivity.java index cb1c742..2b878b7 100644 --- a/service/resource-encapsulation/examples/android/RESampleClientApp/app/src/main/java/org/iotivity/service/sample/client/ResourceClientActivity.java +++ b/service/resource-encapsulation/examples/android/RESampleClientApp/app/src/main/java/org/iotivity/service/sample/client/ResourceClientActivity.java @@ -112,7 +112,7 @@ public class ResourceClientActivity extends Activity private OnCacheUpdatedListener mOnCacheUpdatedListener = new OnCacheUpdatedListener() { @Override - public void onCacheUpdated(RcsResourceAttributes attrs) { + public void onCacheUpdated(RcsResourceAttributes attrs, int eCode) { Log.i(LOG_TAG, "onCacheUpdated"); mHandler.obtainMessage(MSG_ID_ATTRIBUTE_RECEIVED, attrs)