Initial refactor of id_t to a separate class

This commit is contained in:
Bartek Kryza
2024-06-04 00:03:26 +02:00
parent e21c2d2b14
commit cf79b3184c
37 changed files with 374 additions and 248 deletions

View File

@@ -267,7 +267,7 @@ public:
* @param to_location Target activity
* @return Activity id
*/
common::id_t get_to_activity_id(
std::optional<common::id_t> get_to_activity_id(
const config::source_location &to_location) const;
/**
@@ -276,7 +276,7 @@ public:
* @param from_location Source activity
* @return Activity id
*/
common::id_t get_from_activity_id(
std::optional<common::id_t> get_from_activity_id(
const config::source_location &from_location) const;
/**