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 541 by douglas, 2005-07-02T18:26:58-07:00 vs.
Revision 553 by douglas, 2005-07-07T04:24:27-07:00

# Line 7 | Line 7
7   #ifndef _MediaFile_hpp_
8   #define _MediaFile_hpp_
9  
10 < #include <menes/platform.hpp>
10 > #include <menes/c++/platform.hpp>
11  
12   #ifdef MENES_PRAGMA_ONCE
13   #pragma once
14   #endif
15  
16 < #include <menes-api/path.hpp>
17 < #include <menes-dbi/connection.hpp>
16 > #include <menes/api/path.hpp>
17 > #include <menes/dbi/connection.hpp>
18  
19   class MediaFile
20   {
# Line 23 | Line 23 | private:
23   public:
24          api::Path path;
25          cse::String artist, title, album, genre;
26 <        MediaFile(_R<dbi::Connection>& connection, const api::Path& path);
27 <        MediaFile(_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);
26 >        MediaFile(const _R<dbi::Connection>& connection, const api::Path& path);
27 >        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);
28   };
29  
30   #endif//_MediaFile_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines