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

Comparing DecentralizedMedia/MediaFile.hpp (file contents):
Revision 476 by douglas, 2005-06-08T13:41:10-07:00 vs.
Revision 478 by douglas, 2005-06-08T17:16:59-07:00

# Line 17 | Line 17
17  
18   struct MediaFile
19   {
20 <        ext::String name;
21 <        bool operator<(const MediaFile& file) const;
20 >        ext::String name, artist, title, album, genre;
21 >        MediaFile(const ext::String& name);
22 >        MediaFile(const ext::String& name, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre);
23   };
24  
25   #endif//_MediaFile_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines