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 553 by douglas, 2005-07-07T04:24:27-07:00 vs.
Revision 555 by douglas, 2005-07-10T21:18:35-07:00

# Line 14 | Line 14
14   #endif
15  
16   #include <menes/api/path.hpp>
17 < #include <menes/dbi/connection.hpp>
17 >
18 > #include "Connector.hpp"
19  
20   class MediaFile
21   {
22   private:
23 <        mutable _R<dbi::Connection> connection;
23 >        mutable _R<Connector> connector;
24   public:
25          api::Path path;
26          cse::String artist, title, album, genre;
27 <        MediaFile(const _R<dbi::Connection>& connection, const api::Path& path);
28 <        MediaFile(const _R<dbi::Connection>& connection, const api::Path& path, const cse::String& artist, const cse::String& title, const cse::String& album, const cse::String& genre, const api::Path& root);
27 >        MediaFile(const _R<Connector>& connector, const api::Path& path);
28 >        MediaFile(const _R<Connector>& connector, const api::Path& path, const cse::String& artist, const cse::String& title, const cse::String& album, const cse::String& genre, const api::Path& root);
29   };
30  
31   #endif//_MediaFile_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines