From 60a01b0a6bb76fadb2335cd61061ece3e0820a7f Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 7 Jun 2010 17:58:13 +0200 Subject: [PATCH] Add missing Date constant declarations. --- zypp/Date.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zypp/Date.cc b/zypp/Date.cc index a890b25..45a0aad 100644 --- a/zypp/Date.cc +++ b/zypp/Date.cc @@ -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 -- 2.7.4