aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-02-22 08:44:00 -0800
committerGravatar GitHub <noreply@github.com>2018-02-22 08:44:00 -0800
commit442d46fb9b013d5b6204891154df8625eb1cd83d (patch)
treeff6bee3ff63ec0029c44726b0dd73f1fc112062e /Firestore/Source/Remote
parent4dc63f8d7cbf60417b88c6a77839ea32656627b9 (diff)
Avoid warnings about failing to override a designated initializer (#832)
Diffstat (limited to 'Firestore/Source/Remote')
-rw-r--r--Firestore/Source/Remote/FSTStream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Firestore/Source/Remote/FSTStream.h b/Firestore/Source/Remote/FSTStream.h
index 6630083..297d016 100644
--- a/Firestore/Source/Remote/FSTStream.h
+++ b/Firestore/Source/Remote/FSTStream.h
@@ -213,6 +213,8 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithDatabase:(const firebase::firestore::core::DatabaseInfo *)database
workerDispatchQueue:(FSTDispatchQueue *)workerDispatchQueue
+ connectionTimerID:(FSTTimerID)connectionTimerID
+ idleTimerID:(FSTTimerID)idleTimerID
credentials:(id<FSTCredentialsProvider>)credentials
responseMessageClass:(Class)responseMessageClass NS_UNAVAILABLE;
@@ -287,6 +289,8 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithDatabase:(const firebase::firestore::core::DatabaseInfo *)database
workerDispatchQueue:(FSTDispatchQueue *)workerDispatchQueue
+ connectionTimerID:(FSTTimerID)connectionTimerID
+ idleTimerID:(FSTTimerID)idleTimerID
credentials:(id<FSTCredentialsProvider>)credentials
responseMessageClass:(Class)responseMessageClass NS_UNAVAILABLE;