2018-03-15 09:55:06 -04:00
|
|
|
#ifndef OSRM_STORAGE_TAR_FWD_HPP_
|
|
|
|
#define OSRM_STORAGE_TAR_FWD_HPP_
|
|
|
|
|
|
|
|
namespace osrm
|
|
|
|
{
|
|
|
|
namespace storage
|
|
|
|
{
|
|
|
|
namespace tar
|
|
|
|
{
|
|
|
|
|
|
|
|
class FileReader;
|
|
|
|
class FileWriter;
|
|
|
|
|
2020-11-26 10:21:39 -05:00
|
|
|
} // namespace tar
|
|
|
|
} // namespace storage
|
|
|
|
} // namespace osrm
|
2018-03-15 09:55:06 -04:00
|
|
|
|
|
|
|
#endif
|