diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 02:10:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 02:10:33 +0000 |
| commit | 1e0e3f4c2f3c956a4c011aaa1f9fb42a7339b129 (patch) | |
| tree | 4e08e6acc3a538e2d56525757873c27e158a75e4 /src | |
| parent | b439dfdad90912c52966977698c320e2b547372a (diff) | |
Add test; shuffle IDs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ class DCP : public boost::noncopyable public: /** Construct a DCP. You can pass an existing DCP's directory * as the parameter; alternatively, directory will be created - * if it does not exist. + * if it does not exist. Note that if you pass an existing DCP + * into this constructor it will not be read until you call ::read(). * * @param directory Directory containing the DCP's files. */ |
