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 555 by douglas, 2005-07-10T21:18:35-07:00 vs.
Revision 560 by douglas, 2005-08-27T17:38:18-07:00

# Line 7 | Line 7
7   #ifndef _Library_hpp_
8   #define _Library_hpp_
9  
10 < #include <menes/c++/platform.hpp>
10 > #include <cxx/platform.hpp>
11  
12   #ifndef MENES_PRAGMA_ONCE
13   #pragma once
# Line 29 | Line 29 | public:
29          unsigned GetFilesPages(const _L<By>& bys, const _L<cse::String>& items) const;
30          _finline MediaFile GetFile(const api::Path& path) const { return MediaFile(connector, path); }
31          _L<cse::String> GetItems(_L<By> bys, _L<cse::String> items, unsigned page) const;
32 <        unsigned GetItemsPages(_L<By> bys, const _L<cse::String> items) const;
32 >        unsigned GetItemsPages(_L<By> bys, const _L<cse::String>& items) const;
33   };
34  
35   #endif//_Library_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines