#include <Assembly_Spec.h>
Inheritance diagram for CIAO::Assembly_Placement::processcollocation:
Public Methods | |
processcollocation (const char *id, unsigned long cardinality=1) | |
virtual int | accept (Visitor &v ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Accepting a visitor. | |
virtual | ~processcollocation () |
void | rtcad_filename (const char *file) |
const char * | rtcad_filename (void) const |
Protected Attributes | |
ACE_CString | rtcad_filename_ |
|
|
|
|
|
Accepting a visitor.
Reimplemented from CIAO::Assembly_Placement::Container. |
|
Accessor/mutator functions |
|
Accessor/mutator functions |
|
Filename of CIAO's RT cad extension descriptors. We are deferring the parsing of this file until deployment time. Why? Because we want to separate the handling of the extension file from the "standard" feature. This filename is specified in the <extension> tag. |