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 488 by douglas, 2005-06-17T00:21:30-07:00 vs.
Revision 500 by douglas, 2005-06-17T23:23:46-07:00

# Line 24 | Line 24 | public:
24          api::Path path;
25          ext::String artist, title, album, genre;
26          MediaFile(_H<dbi::Connection>& connection, const api::Path& path);
27 <        MediaFile(_H<dbi::Connection>& connection, const api::Path& path, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre);
27 >        MediaFile(_H<dbi::Connection>& connection, const api::Path& path, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre, const api::Path& root);
28   };
29  
30   #endif//_MediaFile_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines