Active Discovey Resource Type Filtering - C++ SDK & App Changes only.
[platform/upstream/iotivity.git] / resource / include / OutOfProcClientWrapper.h
index 69b4e78..07f5c6a 100644 (file)
@@ -76,7 +76,8 @@ namespace OC
         }
 
         virtual OCStackResult SubscribePresence(OCDoHandle* handle, const std::string& host,
-            SubscribeCallback& presenceHandler){return OC_STACK_NOTIMPL;}
+            const std::string& resourceType, SubscribeCallback& presenceHandler)
+        {return OC_STACK_NOTIMPL;}
 
         virtual OCStackResult UnsubscribePresence(OCDoHandle handle){return OC_STACK_NOTIMPL;}