summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-01 20:11:25 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-01 20:11:25 +0000
commit3adf49eea65c2c015ae0b5bc7f066a599faf3933 (patch)
tree93e571aea5eec12772cf39058b51ddcabd8f3ee9 /src/dcp_time.h
parent4f902db0ad994910a34ca845225635ceefcac96e (diff)
Some work on encryption / signing.
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 8033348b..eff69579 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -56,6 +56,9 @@ public:
std::string to_string () const;
int64_t to_ticks () const;
+
+private:
+ void set (double);
};
extern bool operator== (Time const & a, Time const & b);