]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timezone.h
Rewrite Timer to use a heap instead of set to deal with duplicate timeouts
[libs/core.git] / source / time / timezone.h
index 699801d47c6b2ead5fd8709f6f7bdc90bc39af72..1a71dd852e760590a4d1424bf011a880aa91e1df 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of libmspcore
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
+Copyright © 2008-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -22,6 +22,7 @@ private:
 public:
        TimeZone();
        TimeZone(int);
+       TimeZone(int, const std::string &);
        
        const std::string &get_name() const { return name; }
        const TimeDelta &get_offset() const { return offset; }