*** empty log message ***

This commit is contained in:
fgerlits 2004-12-24 14:20:15 +00:00
parent 70e6d2f6e0
commit a7721186cd
3 changed files with 13 additions and 5 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.8 $
Version : $Revision: 1.9 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/src/AudioClip.cxx,v $
------------------------------------------------------------------------------*/
@ -181,6 +181,8 @@ AudioClip :: getMetadata()
throw ()
{
Ptr<xmlpp::Document>::Ref metadata(new xmlpp::Document);
metadata->create_root_node("metadata");
metadata->add_comment("some data will come here");
return metadata;
}