ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/MediaFile.cpp
Revision: 485
Committed: 2005-06-16T23:12:24-07:00 (20 years ago) by douglas
File size: 511 byte(s)
Log Message:
Hmm, maybe this will work.

File Contents

# User Rev Content
1 douglas 475 // Media File
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #include "MediaFile.hpp"
8 douglas 476
9 douglas 485 MediaFile::MediaFile(_H<dbi::Connection>& connection, const api::Path& path) : connection(connection), path(path)
10 douglas 476 {
11 douglas 478 // XXX: implement
12 douglas 476 }
13 douglas 478
14 douglas 485 MediaFile::MediaFile(_H<dbi::Connection>& connection, const api::Path& path, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre) : connection(connection), path(path), artist(artist), title(title), album(album), genre(genre)
15 douglas 478 {
16     // XXX: implement
17     }

Properties

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