ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/MediaFile.cpp
Revision: 478
Committed: 2005-06-08T17:16:59-07:00 (20 years ago) by douglas
File size: 401 byte(s)
Log Message:
Guh!

File Contents

# Content
1 // Media File
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "MediaFile.hpp"
8
9 MediaFile::MediaFile(const ext::String& name) : name(name)
10 {
11 // XXX: implement
12 }
13
14 MediaFile::MediaFile(const ext::String& name, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre) : name(name), artist(artist), title(title), album(album), genre(genre)
15 {
16 // XXX: implement
17 }

Properties

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