#include <Base_Packager.h>
Inheritance diagram for CIAO::Component_Packager::Base_Packager:
Public Types | |
typedef packageplan | PACKAGE_PLAN |
Public Member Functions | |
Base_Packager (const char *pkg_url, const char *cdp_url, const char *pdl_url=0, bool include_std_desc=true) | |
constructor | |
int | preparePackage (PACKAGE_PLAN &pkg_plan) |
Prepare the package plan. | |
int | createPackage (const PACKAGE_PLAN &pkg_plan) |
Create the archive. | |
Protected Attributes | |
const char * | pkg_url_ |
const char * | cdp_url_ |
const char * | pdl_url_ |
bool | include_std_desc_ |
|
|
|
constructor
|
|
Create the archive.
Reimplemented in CIAO::Component_Packager::CPK_Packager. |
|
Prepare the package plan.
Reimplemented in CIAO::Component_Packager::CPK_Packager. |
|
|
|
|
|
|
|
|