Grouping logic in one class to make it cleaner and reuse some code.
Depends on: D8604
Paths
| Differential D8659 Authored by kamil on Jul 28 2023, 10:55 AM.
Details
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 28 2023, 10:56 AM2023-07-28 10:56:01 (UTC-7) kamil added a parent revision: D8604: [CommCoreModule] implement C++ DraftStore.Jul 28 2023, 11:08 AM2023-07-28 11:08:01 (UTC-7) Harbormaster failed remote builds in B21311: Diff 29188!Jul 28 2023, 11:33 AM2023-07-28 11:33:51 (UTC-7) Harbormaster failed remote builds in B21312: Diff 29189!Jul 28 2023, 11:35 AM2023-07-28 11:35:57 (UTC-7) kamil added a child revision: D8662: [CommCoreModule] implement C++ MessageStore.Jul 29 2023, 2:51 AM2023-07-29 02:51:35 (UTC-7) This revision is now accepted and ready to land.Jul 31 2023, 3:23 AM2023-07-31 03:23:02 (UTC-7) This revision was landed with ongoing or failed builds.Jul 31 2023, 8:03 AM2023-07-31 08:03:40 (UTC-7) Closed by commit rCOMMef04728fafd8: [CommCoreModule] implement C++ ThreadStore (authored by kamil). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29284 native/cpp/CommonCpp/NativeModules/CMakeLists.txt
native/cpp/CommonCpp/NativeModules/CommCoreModule.h
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.h
native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp
|