| 65 | } |
| 66 | |
| 67 | AdsFile::AdsFile(const AdsDevice &route, const std::string &filename, |
| 68 | const uint32_t flags) |
| 69 | : m_Route(route) |
| 70 | , m_Handle(route.OpenFile(filename, flags)) |
| 71 | { |
| 72 | } |
| 73 | |
| 74 | void AdsFile::Delete(const AdsDevice &route, const std::string &filename, |
| 75 | const uint32_t flags) |