]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timezone.h
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git] / source / time / timezone.h
index 1a71dd852e760590a4d1424bf011a880aa91e1df..3fbeb543a243e1a7abd8922e07617ea9cda83992 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2008-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMEZONE_H_
 #define MSP_TIME_TIMEZONE_H_
 
@@ -29,6 +22,8 @@ public:
 
        static const TimeZone &utc();
        static const TimeZone &local();
+private:
+       static TimeZone platform_get_local_timezone();
 };
 
 } // namespace Time