#include <Softpkg_Handlers.h>
Collaboration diagram for CIAO::Softpkg_Handler::Struct_Softpkg_Info:
Public Member Functions | |
void | dump (void) const |
Public Attributes | |
ACE_TString | descriptor_ |
ACE_TString | csd_path_ |
Specify the pathname to the root softpkg (as defined in CCM.). | |
ACE_TString | executor_UUID_ |
Specify the pathname to component executor DLL. | |
ACE_TString | executor_entrypt_ |
Specify the entrypoint to component executor DLL. | |
ACE_TString | ssd_path_ |
Specify the pathname to the servant softpkg (as defined in CIAO.). | |
ACE_TString | servant_UUID_ |
Specify the pathname to component servant DLL. | |
ACE_TString | servant_entrypt_ |
Specify the entrypoint to component servant DLL. |
|
|
|
Specify the pathname to the root softpkg (as defined in CCM.).
|
|
Specify the pathname (should change to URI later) to the component descriptor file. |
|
Specify the entrypoint to component executor DLL.
|
|
Specify the pathname to component executor DLL.
|
|
Specify the entrypoint to component servant DLL.
|
|
Specify the pathname to component servant DLL.
|
|
Specify the pathname to the servant softpkg (as defined in CIAO.).
|