summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 16:55:32 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 16:55:32 +0000
commitca5f02dbf193fa5655c57cb25be96a3c9fd05157 (patch)
treed5be6180bca64a0f4f8af9aaef2030080787fc24 /src/dcp_time.h
parente3b5521ac40125c3dfd9f254856cf58ea1584f79 (diff)
Put everything into dcp::dc and change DCP -> Package.
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 44e3cf02..79273b79 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -30,6 +30,7 @@
#include <iostream>
namespace dcp {
+namespace dc {
/** @class Time
* @brief A representation of time within a DCP.
@@ -93,5 +94,6 @@ extern Time operator- (Time a, Time b);
extern float operator/ (Time a, Time const & b);
}
+}
#endif