From 1c40e7aada6b32bbc621f06fb5f380149606a58d Mon Sep 17 00:00:00 2001 From: zxu Date: Mon, 5 Mar 2018 11:30:59 -0500 Subject: add converters and port paths to FSTQuery (#869) * add converters and fix FSTQuery.{h,m} only * address changes * a change forget to address * add a dummy function to make inline-only-library buildable --- .../test/firebase/firestore/testutil/testutil.cc | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Firestore/core/test/firebase/firestore/testutil/testutil.cc (limited to 'Firestore/core/test/firebase/firestore/testutil/testutil.cc') diff --git a/Firestore/core/test/firebase/firestore/testutil/testutil.cc b/Firestore/core/test/firebase/firestore/testutil/testutil.cc new file mode 100644 index 0000000..9b9228d --- /dev/null +++ b/Firestore/core/test/firebase/firestore/testutil/testutil.cc @@ -0,0 +1,28 @@ +/* + * Copyright 2018 Google + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "Firestore/core/test/firebase/firestore/testutil/testutil.h" + +namespace firebase { +namespace firestore { +namespace testutil { + +void dummy() { +} + +} // namespace testutil +} // namespace firestore +} // namespace firebase -- cgit v1.2.3