Skip to content
Snippets Groups Projects
Commit 9aea719d authored by Rainer Kartmann's avatar Rainer Kartmann Committed by Patrick Dormanns
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 8902aac4
No related branches found
No related tags found
1 merge request!391(Scoped)SubscriptionHandle to unsubscribe from memory updates
Pipeline #15763 failed
......@@ -129,11 +129,11 @@ namespace armarx::armem::client::util
protected:
long next_id = 0;
typedef struct
struct ManagedCallback
{
long id;
long id = 0;
Callback callback;
} ManagedCallback;
};
std::unordered_map<MemoryID, std::vector<ManagedCallback>> callbacks;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment