From 18c257d70fca2ae917c5932cfa8decb691507325 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 15 Mar 2012 11:48:56 -0400 Subject: [PATCH] lib: add comment about possible exception in one of TimeZones constructors --- src/r_timezone.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/r_timezone.h b/src/r_timezone.h index 204611c7..28343136 100644 --- a/src/r_timezone.h +++ b/src/r_timezone.h @@ -187,6 +187,8 @@ public: TimeZones(); /// Extracts the time zone database from the given device. + /// Throws an exception if the device does not have a time zones + /// database. explicit TimeZones(Barry::Mode::Desktop &desktop); /// Static helper function that returns true if the device -- 2.11.4.GIT