Revision: | 479 |
Committed: | 2005-06-08T23:38:05-07:00 (20 years ago) by douglas |
File size: | 411 byte(s) |
Log Message: | Goo! |
# | Content |
---|---|
1 | // Media Folder |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _MediaFolder_hpp_ |
8 | #define _MediaFolder_hpp_ |
9 | |
10 | #include <menes/platform.hpp> |
11 | |
12 | #ifdef MENES_PRAGMA_ONCE |
13 | #pragma once |
14 | #endif |
15 | |
16 | #include <menes-api/path.hpp> |
17 | |
18 | #include "MediaFile.hpp" |
19 | |
20 | struct MediaFolder |
21 | { |
22 | api::Path path; |
23 | MediaFolder(const api::Path& path); |
24 | _L<MediaFile> GetFiles() const; |
25 | _L<MediaFolder> GetFolders() const; |
26 | }; |
27 | |
28 | #endif//_MediaFolder_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |