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

Comparing DecentralizedMedia/MediaFolder.cpp (file contents):
Revision 541 by douglas, 2005-07-02T18:26:58-07:00 vs.
Revision 542 by douglas, 2005-07-03T00:31:07-07:00

# Line 10 | Line 10
10  
11   #include "MediaFolder.hpp"
12  
13 < MediaFolder::MediaFolder(_R<dbi::Connection>& connection, const api::Path& path) : connection(connection), path(path)
13 > MediaFolder::MediaFolder(const _R<dbi::Connection>& connection, const api::Path& path) : connection(connection), path(path)
14   {
15          _R<dbi::ResultSet> root_(connection->Parse(_B("SELECT root FROM folders WHERE path = ?"))->Execute(path.GetPath()));
16  
# Line 20 | Line 20 | MediaFolder::MediaFolder(_R<dbi::Connect
20                  throw;
21   }
22  
23 < MediaFolder::MediaFolder(_R<dbi::Connection>& connection, const api::Path& path, const api::Path& root) : connection(connection), path(path), root(root)
23 > MediaFolder::MediaFolder(const _R<dbi::Connection>& connection, const api::Path& path, const api::Path& root) : connection(connection), path(path), root(root)
24   {
25          _R<dbi::ResultSet> path_(connection->Parse(_B("SELECT path FROM folders WHERE path = ?"))->Execute(path.GetPath()));
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines