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

Comparing DecentralizedMedia/Library.hpp (file contents):
Revision 548 by douglas, 2005-07-03T00:31:07-07:00 vs.
Revision 549 by douglas, 2005-07-04T21:28:02-07:00

# Line 26 | Line 26 | public:
26          _L<cse::String> GetAlbums() const;
27          _L<cse::String> GetGenres() const;
28          _L<MediaFolder> GetFolders() const;
29 +        _finline MediaFolder GetFolder(const api::Path& path) const { return MediaFolder(connection, path); }
30 +        _finline MediaFile GetFile(const api::Path& path) const { return MediaFile(connection, path); }
31   };
32  
33   #endif//_Library_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines