diff options
Diffstat (limited to 'mimelib/doc/bodypart.html')
-rw-r--r-- | mimelib/doc/bodypart.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/doc/bodypart.html b/mimelib/doc/bodypart.html index 93f281b5d..6a3a29b6e 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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aPart</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwBodyPart</TT></B> +<B><TT>aPart</TT></B>. The parent node of the <B><TT>DwBodyPart</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* |