Classes Files

mamaCommand

This structure allows for generic commands to be destroyed by the clientmanageresponder. More…

#include <clientmanage.h>

Public Attributes

  Name
void * mHandle
cmCommandDtor mDtor

Detailed Description

struct mamaCommand;

This structure allows for generic commands to be destroyed by the clientmanageresponder.

Parameters:

  • mHandle Command handler
  • mDtor Callback destructor

It is not correct for the commands to destroy themselves on completion since the responder creates them. Furthermore, there would be problems at shutdown.

Every command needs to populate this structure accordingly.

Public Attributes Documentation

variable mHandle

void * mHandle;

variable mDtor

cmCommandDtor mDtor;

Updated on 2023-03-31 at 15:29:15 +0100