ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/MediaFile.cpp
(Generate patch)

Comparing:
DecentralizedMedia/MediaItem.cpp (file contents), Revision 475 by douglas, 2005-06-08T13:02:20-07:00 vs.
DecentralizedMedia/MediaFile.cpp (file contents), Revision 479 by douglas, 2005-06-08T23:38:05-07:00

# Line 5 | Line 5
5   // $Id$
6  
7   #include "MediaFile.hpp"
8 +
9 + MediaFile::MediaFile(const api::Path& path) : path(path)
10 + {
11 +        // XXX: implement
12 + }
13 +
14 + MediaFile::MediaFile(const api::Path& path, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre) : path(path), artist(artist), title(title), album(album), genre(genre)
15 + {
16 +        // XXX: implement
17 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines