From cb8c4b6b1f1ad213a5b3272e2c2e94f755bbabf9 Mon Sep 17 00:00:00 2001 From: zxu Date: Tue, 27 Mar 2018 14:33:39 -0400 Subject: port C++ DocumentKey to the rest of Firestore code (#977) * port C++ DocumentKey to API's and Core's * address changes * address changes * fix Hash return types --- Firestore/Source/Remote/FSTRemoteStore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Firestore/Source/Remote/FSTRemoteStore.h') diff --git a/Firestore/Source/Remote/FSTRemoteStore.h b/Firestore/Source/Remote/FSTRemoteStore.h index 6f4d565..09e1d32 100644 --- a/Firestore/Source/Remote/FSTRemoteStore.h +++ b/Firestore/Source/Remote/FSTRemoteStore.h @@ -22,7 +22,6 @@ #include "Firestore/core/src/firebase/firestore/auth/user.h" @class FSTDatastore; -@class FSTDocumentKey; @class FSTLocalStore; @class FSTMutationBatch; @class FSTMutationBatchResult; @@ -59,7 +58,8 @@ NS_ASSUME_NONNULL_BEGIN * will be an indication that the user is no longer authorized to see the data matching the * target. */ -- (void)rejectListenWithTargetID:(FSTBoxedTargetID *)targetID error:(NSError *)error; +- (void)rejectListenWithTargetID:(const firebase::firestore::model::TargetId)targetID + error:(NSError *)error; /** * Applies the result of a successful write of a mutation batch to the sync engine, emitting -- cgit v1.2.3