File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Firestore/core/interfaceForSwift/api Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTION_STAGE_H_
16
- #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTION_STAGE_H_
15
+ #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTIONSTAGE_H_
16
+ #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTIONSTAGE_H_
17
17
18
18
#include < string>
19
19
#include " Stage.h"
@@ -36,4 +36,4 @@ class Collection : public Stage {
36
36
} // namespace firestore
37
37
} // namespace firebase
38
38
39
- #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTION_STAGE_H_
39
+ #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTIONSTAGE_H_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTORE_PIPELINE_H_
16
- #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTORE_PIPELINE_H_
15
+ #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTOREPIPELINE_H_
16
+ #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTOREPIPELINE_H_
17
17
18
18
#include < memory>
19
19
@@ -34,4 +34,4 @@ class FirestorePipeline {
34
34
} // namespace firestore
35
35
} // namespace firebase
36
36
37
- #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTORE_PIPELINE_H_
37
+ #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTOREPIPELINE_H_
Original file line number Diff line number Diff line change 14
14
15
15
#include " Firestore/core/interfaceForSwift/api/Pipeline.h"
16
16
17
- #include < future> // NOLINT(build/c++11)
17
+ #include < future>
18
18
#include < memory>
19
19
20
20
#include " Firestore/core/include/firebase/firestore/timestamp.h"
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_RESULT_H_
16
- #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_RESULT_H_
15
+ #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINERESULT_H_
16
+ #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINERESULT_H_
17
17
18
18
#include < memory>
19
19
@@ -48,4 +48,4 @@ class PipelineResult {
48
48
49
49
} // namespace firestore
50
50
} // namespace firebase
51
- #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_RESULT_H_
51
+ #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINERESULT_H_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_SOURCE_H_
16
- #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_SOURCE_H_
15
+ #ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINESOURCE_H_
16
+ #define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINESOURCE_H_
17
17
18
18
#include < memory>
19
19
#include < string>
@@ -44,4 +44,4 @@ class PipelineSource {
44
44
} // namespace firestore
45
45
} // namespace firebase
46
46
47
- #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_SOURCE_H_
47
+ #endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINESOURCE_H_
You can’t perform that action at this time.
0 commit comments