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

Comparing DecentralizedMedia/MediaFile.cpp (file contents):
Revision 488 by douglas, 2005-06-17T00:21:30-07:00 vs.
Revision 489 by douglas, 2005-06-17T00:38:17-07:00

# Line 6 | Line 6
6  
7   #include "MediaFile.hpp"
8  
9 + #include <menes-dbi/resultset.hpp>
10 +
11   MediaFile::MediaFile(_H<dbi::Connection>& connection, const api::Path& path) : connection(connection), path(path)
12   {
13          _H<dbi::ResultSet> info(connection->Parse(_B("SELECT artist, title, album, genre FROM files WHERE path = ?"))->Execute(path.GetPath()));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines