From 22c226af3f5570514d3d13d82a399577ecd7d280 Mon Sep 17 00:00:00 2001 From: Konstantin Varlamov Date: Tue, 27 Mar 2018 11:50:03 -0400 Subject: C++ migration: make Timestamp class a part of public API (#944) * move Timestamp from model/ to the root directory; * move Timestamp to top-level firebase namespace and update all references; * add conversions to and from native date types; * add a specialization of std::hash; * add comments to public member functions; * rename nanos -> nanoseconds; * add public headers, including Timestamp, to CMake; * increase test coverage. --- Firestore/core/src/firebase/firestore/model/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'Firestore/core/src/firebase/firestore/model/CMakeLists.txt') diff --git a/Firestore/core/src/firebase/firestore/model/CMakeLists.txt b/Firestore/core/src/firebase/firestore/model/CMakeLists.txt index e7824e3..78f5cd6 100644 --- a/Firestore/core/src/firebase/firestore/model/CMakeLists.txt +++ b/Firestore/core/src/firebase/firestore/model/CMakeLists.txt @@ -34,8 +34,6 @@ cc_library( resource_path.h snapshot_version.cc snapshot_version.h - timestamp.cc - timestamp.h types.h DEPENDS absl_strings -- cgit v1.2.3