diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-03 22:00:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-03 22:00:04 +0000 |
| commit | bb6c2aef9befb77bf14775abfedf8a2c9b7f8d53 (patch) | |
| tree | 42212efb1f2fce7e6788e1e54ceee761be561eef /src/asset.h | |
| parent | 64a3d353037ac8285b27237ae0bd16c6c14ca17a (diff) | |
Write PKL using libxml++ and sign them.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/asset.h b/src/asset.h index 4a52e819..5436e05c 100644 --- a/src/asset.h +++ b/src/asset.h @@ -60,10 +60,10 @@ public: */ virtual void write_to_cpl (xmlpp::Element* p) const = 0; - /** Write details of the asset to a PKL stream. - * @param s Stream. + /** Write details of the asset to a PKL AssetList node. + * @param p Parent node. */ - void write_to_pkl (std::ostream& s) const; + void write_to_pkl (xmlpp::Element* p) const; /** Write details of the asset to a ASSETMAP stream. * @param s Stream. |
