#include <RocFactory.h>
Public Member Functions | |
RocFactory (const char *name) | |
virtual dabc::Application * | CreateApplication (const char *classname, dabc::Command *cmd) |
virtual dabc::Module * | CreateModule (const char *classname, const char *modulename, dabc::Command *cmd) |
Definition at line 25 of file RocFactory.h.
bnet::RocFactory::RocFactory | ( | const char * | name | ) | [inline] |
Definition at line 27 of file RocFactory.h.
dabc::Application * bnet::RocFactory::CreateApplication | ( | const char * | classname, | |
dabc::Command * | cmd | |||
) | [virtual] |
Definition at line 22 of file RocFactory.cxx.
References bnet::xmlRocWorkerClass.
dabc::Module * bnet::RocFactory::CreateModule | ( | const char * | classname, | |
const char * | modulename, | |||
dabc::Command * | cmd | |||
) | [virtual] |
Definition at line 30 of file RocFactory.cxx.