emailservices/nmclientapi/src/nmapimessage_p.cpp
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
--- a/emailservices/nmclientapi/src/nmapimessage_p.cpp	Wed Sep 15 17:47:19 2010 +0300
+++ b/emailservices/nmclientapi/src/nmapimessage_p.cpp	Thu Sep 30 11:43:07 2010 +0300
@@ -29,6 +29,20 @@
 }
 
 /*!
+    Class copy constructor.
+*/
+NmApiMessagePrivate::NmApiMessagePrivate(const NmApiMessagePrivate &other)
+ : QSharedData(other),
+   mPlainTextContent(other.mPlainTextContent),
+   mHtmlContent(other.mHtmlContent),
+   mComplete(other.mComplete),
+   mAttachments(other.mAttachments),
+   mEnvelope(other.mEnvelope)
+{
+    NM_FUNCTION;
+}
+
+/*!
     Class destructor.
 */
 NmApiMessagePrivate::~NmApiMessagePrivate()