diff options
author | Vincent Richard <[email protected]> | 2004-12-20 12:33:55 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-20 12:33:55 +0000 |
commit | 3217dd9bf9476a544d450e9ac636ca629ad141d9 (patch) | |
tree | 897f107e1c89a3021c7f3687649bdf8eb0c9477e /src/messageId.cpp | |
parent | Updated ChangeLog. (diff) | |
download | vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.tar.gz vmime-3217dd9bf9476a544d450e9ac636ca629ad141d9.zip |
Added component::getChildComponents() function.
Diffstat (limited to 'src/messageId.cpp')
-rw-r--r-- | src/messageId.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/messageId.cpp b/src/messageId.cpp index 42ac7cb6..35ab76b6 100644 --- a/src/messageId.cpp +++ b/src/messageId.cpp @@ -227,4 +227,10 @@ void messageId::setRight(const string& right) } +const std::vector <const component*> messageId::getChildComponents() const +{ + return std::vector <const component*>(); +} + + } // vmime |