'Classic' CCA c++ binding (ccaffeine-only)  0.5.7
Public Member Functions
classic::gov::cca::Component Class Reference

Component object model that all Components must implement. More...

#include <cca.h>

Inheritance diagram for classic::gov::cca::Component:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Component ()
 obligatory virtual destructor
virtual void setServices (Services *cc) CLASSIC_CCA_PURE
 The components containing framework provides services through the Services interface.

Detailed Description

Component object model that all Components must implement.


Constructor & Destructor Documentation

virtual classic::gov::cca::Component::~Component ( ) [inline, virtual]

obligatory virtual destructor

{}

Member Function Documentation

virtual void classic::gov::cca::Component::setServices ( Services cc) [virtual]

The components containing framework provides services through the Services interface.


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