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 542 by douglas, 2005-07-03T00:31:07-07:00 vs.
Revision 549 by douglas, 2005-07-04T21:28:02-07:00

# Line 6 | Line 6
6  
7   #include <menes/standard.hh>
8  
9 < #include <menes-dbi/resultset.hpp>
9 > #include <menes/dbi/resultset.hpp>
10  
11   #include "MediaFolder.hpp"
12  
# Line 16 | Line 16 | MediaFolder::MediaFolder(const _R<dbi::C
16  
17          if (root_->MoveNext())
18                  root = root_->GetString(_B("root"));
19        else
20                throw;
19   }
20  
21   MediaFolder::MediaFolder(const _R<dbi::Connection>& connection, const api::Path& path, const api::Path& root) : connection(connection), path(path), root(root)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines