diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-20 23:40:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-20 23:40:58 +0000 |
| commit | 03246708c1ee9c5331eac7d058627655939e30d1 (patch) | |
| tree | 877b655906ce346b63f49e52fa78e3629f6e3217 /src/dcp.h | |
| parent | 010b38e7ac7779e9a9c346361fe7e0a4fda202c8 (diff) | |
More DCP verification bits.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -124,6 +124,10 @@ public: return _standard; } + boost::filesystem::path directory () const { + return _directory; + } + static std::vector<boost::filesystem::path> directories_from_files (std::vector<boost::filesystem::path> files); private: |
