Add missing Date constant declarations.
authorMichael Andres <ma@suse.de>
Mon, 7 Jun 2010 15:58:13 +0000 (17:58 +0200)
committerMichael Andres <ma@suse.de>
Mon, 7 Jun 2010 15:58:13 +0000 (17:58 +0200)
zypp/Date.cc

index a890b25..45a0aad 100644 (file)
@@ -25,6 +25,19 @@ namespace zypp
   static std::string adjustLocale();
   static void restoreLocale(const std::string & locale);
 
+  const Date::ValueType Date::second;
+  const Date::ValueType Date::minute;
+  const Date::ValueType Date::hour;
+  const Date::ValueType Date::day;
+  const Date::ValueType Date::month28;
+  const Date::ValueType Date::month29;
+  const Date::ValueType Date::month30;
+  const Date::ValueType Date::month31;
+  const Date::ValueType Date::month;
+  const Date::ValueType Date::year365;
+  const Date::ValueType Date::year366;
+  const Date::ValueType Date::year;
+
   ///////////////////////////////////////////////////////////////////
   //
   //   METHOD NAME : Date::Date