]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timezone.h
Drop copyright and license notices from source files
[libs/core.git] / source / time / timezone.h
index 699801d47c6b2ead5fd8709f6f7bdc90bc39af72..28feb16bf13ff958af044f4e2e0da1319688622c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMEZONE_H_
 #define MSP_TIME_TIMEZONE_H_
 
@@ -22,6 +15,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; }