From 3217dd9bf9476a544d450e9ac636ca629ad141d9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 20 Dec 2004 12:33:55 +0000 Subject: Added component::getChildComponents() function. --- src/dateTime.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dateTime.cpp') diff --git a/src/dateTime.cpp b/src/dateTime.cpp index 7760d651..08ad89e9 100644 --- a/src/dateTime.cpp +++ b/src/dateTime.cpp @@ -709,6 +709,12 @@ datetime* datetime::clone() const } +const std::vector datetime::getChildComponents() const +{ + return std::vector (); +} + + const int datetime::getYear() const { return (m_year); } const int datetime::getMonth() const { return (m_month); } const int datetime::getDay() const { return (m_day); } -- cgit v1.2.3