#include <AbbContext.h>
Public Member Functions | |
virtual | ~AbbContext () |
Protected Member Functions | |
AbbContext () | |
Protected Attributes | |
abbdaemon::ABBdaemonClient * | fDaemon |
Friends | |
class | AbbContextRef |
Definition at line 17 of file AbbContext.h.
roc::AbbContext::AbbContext | ( | ) | [protected] |
Definition at line 7 of file AbbContext.cxx.
roc::AbbContext::~AbbContext | ( | ) | [virtual] |
Definition at line 13 of file AbbContext.cxx.
References fDaemon.
friend class AbbContextRef [friend] |
Definition at line 19 of file AbbContext.h.
abbdaemon::ABBdaemonClient* roc::AbbContext::fDaemon [protected] |
Definition at line 23 of file AbbContext.h.
Referenced by roc::AbbContextRef::CreateDaemon(), and ~AbbContext().