ACE  6.1.0
Classes | Defines
Framework_Component_T.h File Reference
#include "ace/Framework_Component.h"
#include "ace/Framework_Component_T.cpp"

Classes

class  ACE_Framework_Component_T< Concrete >
 This class inherits the interface of the abstract ACE_Framework_Component class and is instantiated with the implementation of the concrete component class class Concrete. More...

Defines

#define ACE_REGISTER_FRAMEWORK_COMPONENT(CLASS, INSTANCE)

Detailed Description

Id:
Framework_Component_T.h 92208 2010-10-13 06:20:39Z johnnyw
Author:
Don Hinton <dhinton@ieee.org>

Define Documentation

#define ACE_REGISTER_FRAMEWORK_COMPONENT (   CLASS,
  INSTANCE 
)
Value:

This macro should be called in the instance() method of the Concrete class that will be managed. Along with the appropriate template instantiation.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines