Beispiel #1
0
void Changeset::Copy( File& source, File& target, const OpenFlag flags ) const
{
  source.Copy( target, flags, m_Id );
}