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

Comparing:
DecentralizedMedia/MediaItem.hpp (file contents), Revision 475 by douglas, 2005-06-08T13:02:20-07:00 vs.
DecentralizedMedia/MediaFile.hpp (file contents), Revision 476 by douglas, 2005-06-08T13:41:10-07:00

# Line 15 | Line 15
15  
16   #include <menes-ext/string.hpp>
17  
18 < class MediaFile
18 > struct MediaFile
19   {
20 < private:
21 <        ext::String file;
22 < public:
23 <        bool operator<(const MediaFile& file);
20 >        ext::String name;
21 >        bool operator<(const MediaFile& file) const;
22   };
23  
24   #endif//_MediaFile_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines