ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/MediaFile.hpp
Revision: 475
Committed: 2005-06-08T13:02:20-07:00 (20 years ago) by douglas
Original Path: DecentralizedMedia/MediaItem.hpp
File size: 328 byte(s)
Log Message:
Guh!

File Contents

# User Rev Content
1 douglas 475 // Media File
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _MediaFile_hpp_
8     #define _MediaFile_hpp_
9    
10     #include <menes/platform.hpp>
11    
12     #ifdef MENES_PRAGMA_ONCE
13     #pragma once
14     #endif
15    
16     #include <menes-ext/string.hpp>
17    
18     class MediaFile
19     {
20     private:
21     ext::String file;
22     public:
23     bool operator<(const MediaFile& file);
24     };
25    
26     #endif//_MediaFile_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id