Dobby  3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Public Member Functions | List of all members
AI_IPC::IAsyncReplyGetter Class Referenceabstract

Helper class to get reply. More...

#include <IpcCommon.h>

Inheritance diagram for AI_IPC::IAsyncReplyGetter:
Inheritance graph
[legend]

Public Member Functions

virtual bool getReply (VariantList &argList)=0
 Get reply. More...
 

Detailed Description

Helper class to get reply.

Member Function Documentation

◆ getReply()

virtual bool AI_IPC::IAsyncReplyGetter::getReply ( VariantList &  argList)
pure virtual

Get reply.

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

Returns
On success: TRUE
On failure: FALSE

Implemented in AI_IPC::AsyncReplyGetter, and SDBusAsyncReplyGetter.


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