TZ-Lib  $VERSION$
tzreg.h
Go to the documentation of this file.
1 //
2 // C++ Interface: TZ Registry
3 //
4 // Description: Time Zone Registry
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
8 //
9 // Copyright: See README/COPYING files that come with this distribution
10 //
11 //
12 
13 #ifndef TIME_ZONE_REGISTRY_H
14 #define TIME_ZONE_REGISTRY_H
15 
16 #include <QString>
17 
18 namespace TimeZoneLib {
19 
20 class TZFile;
22 TZLIB_EXPORT TZFile& getRegistryZone(QString zn);
23 
24 };
25 
26 #endif
Definition: tzdata.h:29
TZLIB_EXPORT TZFile & getRegistryZone(QString zn)
Definition: tzdata.cpp:43
#define TZLIB_EXPORT
Definition: tzdata.h:25