From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mimelib/doc/entity.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mimelib/doc/entity.html') diff --git a/mimelib/doc/entity.html b/mimelib/doc/entity.html index 08cf8b753..9a2d00187 100644 --- a/mimelib/doc/entity.html +++ b/mimelib/doc/entity.html @@ -47,7 +47,7 @@ protected: RFC-2045 defines an entity as either a message or a body part, both of which have a collection of headers and a body. In MIME++, an entity is represented by the class DwEntity, which -contains both a DwHeaders object +tqcontains both a DwHeaders object and a DwBody object.

In the tree (broken-down) representation of message, a @@ -58,7 +58,7 @@ be a DwMessage object. If a DwEntity object is an intermediate node, its parent must be a DwBody object. The child nodes of a DwEntity object are the DwHeaders and -DwBody objects it contains. +DwBody objects it tqcontains.

Since DwEntity is an abstract base class, you cannot create instances of it directly. DwEntity has two derived classes, @@ -108,7 +108,7 @@ executes the parse method for DwEntity objects. The parse method creates or updates the broken-down representation from the string representation. For DwEntity objects, the parse method parses the string representation and sets the values of the -DwHeaders and DwBody objects it contains. +DwHeaders and DwBody objects it tqcontains. This member function also calls the Parse() member functions of the contained DwHeaders and DwBody objects.

-- cgit v1.2.1