comparison Core/HttpServer/FilesystemHttpSender.cpp @ 1123:6c5a77637b23

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Sep 2014 15:59:04 +0200
parents ba5c0908600c
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1122:1d60316c3618 1123:6c5a77637b23
92 { 92 {
93 path_ = path; 93 path_ = path;
94 Setup(); 94 Setup();
95 } 95 }
96 96
97 FilesystemHttpSender::FilesystemHttpSender(const FileStorage& storage, 97 FilesystemHttpSender::FilesystemHttpSender(const FilesystemStorage& storage,
98 const std::string& uuid) 98 const std::string& uuid)
99 { 99 {
100 path_ = storage.GetPath(uuid).string(); 100 path_ = storage.GetPath(uuid).string();
101 Setup(); 101 Setup();
102 } 102 }