diff options
Diffstat (limited to 'mimelib/doc/bodypart.html')
-rw-r--r-- | mimelib/doc/bodypart.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mimelib/doc/bodypart.html b/mimelib/doc/bodypart.html index c74f716f1..4021b4de3 100644 --- a/mimelib/doc/bodypart.html +++ b/mimelib/doc/bodypart.html @@ -66,15 +66,15 @@ DwBodyPart(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwBodyPart</TT></B> object's string representation to the empty string -and sets its parent to <B><TT>NULL</TT></B>. +and sets its tqparent to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aPart</TT></B>. The parent of the new +of <B><TT>aPart</TT></B>. The tqparent of the new <B><TT>DwBodyPart</TT></B> object is set to <B><TT>NULL</TT></B>. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwBodyPart</TT></B> object's string representation and sets -<B><TT>aParent</TT></B> as its parent. The virtual member function +<B><TT>aParent</TT></B> as its tqparent. The virtual member function <B><TT>Parse()</TT></B> should be called immediately after this constructor in order to parse the string representation. Unless it is <B><TT>NULL</TT></B>, <B><TT>aParent</TT></B> should point to an object of @@ -84,7 +84,7 @@ a class derived from <B><TT>DwBody</TT></B>. (const DwBodyPart& aPart) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aPart</TT></B>. The parent node of the <B><TT>DwBodyPart</TT></B> +<B><TT>aPart</TT></B>. The tqparent node of the <B><TT>DwBodyPart</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* @@ -120,7 +120,7 @@ This advanced function sets <B><TT>aPart</TT></B> as the next <B><TT>DwBodyPart</TT></B> object following this <B><TT>DwBodyPart</TT></B> in the list of <B><TT>DwBodyPart</TT></B> objects contained in a multipart <B><TT>DwBody</TT></B>. Since -<B><TT>DwBody</TT></B> tqcontains a member function for adding a +<B><TT>DwBody</TT></B> contains a member function for adding a <B><TT>DwBodyPart</TT></B> object to its list, this function should be avoided for most applications. <P> |