Skip to content

Commit

Permalink
Add Conan lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofigueiredobisect committed Sep 10, 2024
1 parent 130c401 commit bc9e229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/libs/ossrf_nmos_api/lib/src/context/resource_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ std::vector<std::string> resource_map_t::get_receiver_ids() const
}

return ids;
}
}
1 change: 0 additions & 1 deletion cpp/libs/ossrf_nmos_api/lib/src/context/resource_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace ossrf
bisect::expected<nmos_resource_ptr> find_resource(const std::string& resource_id);
std::vector<std::string> get_sender_ids() const;
std::vector<std::string> get_receiver_ids() const;

};

using resource_map_ptr = std::shared_ptr<resource_map_t>;
Expand Down

0 comments on commit bc9e229

Please sign in to comment.