diff options
| author | Vincent Richard <[email protected]> | 2004-12-20 13:33:55 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-20 13:33:55 +0100 |
| commit | 3217dd9bf9476a544d450e9ac636ca629ad141d9 (patch) | |
| tree | 897f107e1c89a3021c7f3687649bdf8eb0c9477e /src/dateTime.hpp | |
| parent | Updated ChangeLog. (diff) | |
| download | vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.tar.gz vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.zip | |
Added component::getChildComponents() function.
Diffstat (limited to 'src/dateTime.hpp')
| -rw-r--r-- | src/dateTime.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dateTime.hpp b/src/dateTime.hpp index 7d1157e4..40ff90fc 100644 --- a/src/dateTime.hpp +++ b/src/dateTime.hpp @@ -220,6 +220,8 @@ public: // Current date and time static const datetime now(); + const std::vector <const component*> getChildComponents() const; + private: static const int dayOfWeek(const int year, const int month, const int day); |
