X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-encapsulation%2Fsrc%2FresourceCache%2Finclude%2FDataCache.h;h=090edb1de992aac8852e49bc4f557169f052b630;hb=8229635f6d207516ccbbdf23b13be164e0fc1787;hp=025aca6db9d4e987da891c75d0607600bbdb6edd;hpb=a29c54ef36ae8b0ea7769604aabd5851a2103d33;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-encapsulation/src/resourceCache/include/DataCache.h b/service/resource-encapsulation/src/resourceCache/include/DataCache.h index 025aca6..090edb1 100644 --- a/service/resource-encapsulation/src/resourceCache/include/DataCache.h +++ b/service/resource-encapsulation/src/resourceCache/include/DataCache.h @@ -98,7 +98,7 @@ namespace OIC CacheID generateCacheID(); SubscriberInfoPair findSubscriber(CacheID id); - void notifyObservers(const RCSResourceAttributes Att); + void notifyObservers(const RCSResourceAttributes Att, int eCode); }; } // namespace Service } // namespace OIC