summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-20 23:40:58 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-20 23:40:58 +0000
commit03246708c1ee9c5331eac7d058627655939e30d1 (patch)
tree877b655906ce346b63f49e52fa78e3629f6e3217 /src/dcp.h
parent010b38e7ac7779e9a9c346361fe7e0a4fda202c8 (diff)
More DCP verification bits.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 811f62f6..752bd814 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -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: