aboutsummaryrefslogtreecommitdiffstats
path: root/src/component.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-10-21 15:05:47 +0000
committerVincent Richard <[email protected]>2004-10-21 15:05:47 +0000
commit2949fb51f13e1236d5c161f02e1c2c8541100e9f (patch)
tree991edcf50483116ce83977a4d9e652de8c5328dc /src/component.cpp
parentheader class unit tests added (diff)
downloadvmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.tar.gz
vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.zip
Refactoring (see ChangeLog).
Diffstat (limited to 'src/component.cpp')
-rw-r--r--src/component.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/component.cpp b/src/component.cpp
index b8c65cd1..b387b9c5 100644
--- a/src/component.cpp
+++ b/src/component.cpp
@@ -18,6 +18,7 @@
//
#include "component.hpp"
+#include "base.hpp"
#include <sstream>
@@ -26,6 +27,11 @@ namespace vmime
{
+component::~component()
+{
+}
+
+
void component::parse(const string& buffer)
{
parse(buffer, 0, buffer.length(), NULL);