blob: 1d7e8e95ef959d13af2a605ec7b144d13612ca32 [file] [log] [blame]
Patrick Venturea78e39f2018-11-06 18:37:06 -08001#include "static_handler.hpp"
2
3#include <memory>
4#include <string>
5
6namespace blobs
7{
8
9bool StaticLayoutHandler::open(const std::string& path)
10{
11 this->path = path;
12 return false;
13}
14
15} // namespace blobs