#include <TAOConstructor.h>
Public Member Functions | |
virtual string | getBehId (string taoName, string behName)=0 |
ITAOConstructor () | |
virtual void | writeXmlTao (string sourceTao, string targetTao, string parentId, ostream &stream, int depth)=0 |
virtual | ~ITAOConstructor () |
Definition at line 113 of file TAOConstructor.h.
tao_constructor::ITAOConstructor::ITAOConstructor | ( | ) | [inline] |
Definition at line 115 of file TAOConstructor.h.
virtual tao_constructor::ITAOConstructor::~ITAOConstructor | ( | ) | [inline, virtual] |
Definition at line 116 of file TAOConstructor.h.
virtual string tao_constructor::ITAOConstructor::getBehId | ( | string | taoName, |
string | behName | ||
) | [pure virtual] |
Implemented in tao_constructor::TAOConstructor.
virtual void tao_constructor::ITAOConstructor::writeXmlTao | ( | string | sourceTao, |
string | targetTao, | ||
string | parentId, | ||
ostream & | stream, | ||
int | depth | ||
) | [pure virtual] |
Implemented in tao_constructor::TAOConstructor.