diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-11 00:24:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-11 00:24:34 +0000 |
| commit | fad726e94700bccdae0d301d54cdb1eab51cc71f (patch) | |
| tree | 375b2a042acb72f1076415f1c2ac499be1821641 /src/lib/config.h | |
| parent | 0b45af42b5a30c3a71d2e1de491843d125e46793 (diff) | |
Some work on making KDMs in Film
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 2d5b82ac5..785fff137 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -179,11 +179,14 @@ public: void write () const; + std::string crypt_chain_directory () const; + static Config* instance (); private: Config (); - std::string file () const; + std::string read_file () const; + std::string write_file () const; /** number of threads to use for J2K encoding on the local machine */ int _num_local_encoding_threads; |
