Dobby  3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Public Member Functions | Private Attributes | List of all members
AI_IPC::AsyncReplyGetter Class Reference
Inheritance diagram for AI_IPC::AsyncReplyGetter:
Inheritance graph
[legend]
Collaboration diagram for AI_IPC::AsyncReplyGetter:
Collaboration graph
[legend]

Public Member Functions

 AsyncReplyGetter (const std::weak_ptr< DbusConnection > &dbusConnection, uint64_t token)
 
virtual bool getReply (VariantList &argList) override
 Get reply. More...
 

Private Attributes

const std::weak_ptr< DbusConnectionmDbusConnection
 
std::atomic< uint64_t > mReplyToken
 

Member Function Documentation

◆ getReply()

bool AsyncReplyGetter::getReply ( VariantList &  argList)
overridevirtual

Get reply.

@parameter[out] argList This is the return value of the method call

Returns
On success: TRUE
On failure: FALSE

Implements AI_IPC::IAsyncReplyGetter.


The documentation for this class was generated from the following files: