forked from Kistler-Group/sdbus-cpp
refactor: improve and make more efficient some Message API (#432)
This commit is contained in:
@@ -113,7 +113,6 @@ PendingAsyncCall Proxy::callMethodAsync(const MethodCall& message, async_reply_h
|
||||
|
||||
pendingAsyncCalls_.addCall(std::move(callData));
|
||||
|
||||
// TODO: Instead of PendingAsyncCall consider using Slot implementation for simplicity and consistency
|
||||
return {weakData};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user