aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/time.cpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-11-23 20:39:42 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-18 19:34:20 +0100
commit83794d060b9ffa30d75aacbc699163a85947439e (patch)
treeb7be14be0f79945382910d9c5ca86c9e81822b7d /src/base/time.cpp
parentea06d9eea810b9481eaa9b8454f77e71f0f83c02 (diff)
downloadusdx-83794d060b9ffa30d75aacbc699163a85947439e.tar.gz
usdx-83794d060b9ffa30d75aacbc699163a85947439e.tar.xz
usdx-83794d060b9ffa30d75aacbc699163a85947439e.zip
base/time: make get_time static, constructor protected
The Time class does not have any state so the get_time method could be static. Because the Time class now has only static methods, deny creation by making the ctor protected.
Diffstat (limited to 'src/base/time.cpp')
-rw-r--r--src/base/time.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/time.cpp b/src/base/time.cpp
index 923b47cd..f4d37e7a 100644
--- a/src/base/time.cpp
+++ b/src/base/time.cpp
@@ -29,7 +29,6 @@
namespace usdx
{
-
Time::Time(void)
{
}