2 * Copyright 2010-2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
5 #ifndef _TIME_ZONE_PRIVATE_H
6 #define _TIME_ZONE_PRIVATE_H
12 class BTimeZone::Private
{
14 Private(const BTimeZone
* timeZone
= NULL
)
21 SetTo(const BTimeZone
* timeZone
)
29 return fTimeZone
->fICUTimeZone
;
33 const BTimeZone
* fTimeZone
;
37 #endif // _TIME_ZONE_PRIVATE_H