Symbian3/SDK/Source/GUID-6B97D07F-DF2A-5CF1-84A9-84DBE7CB2115.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-6B97D07F-DF2A-5CF1-84A9-84DBE7CB2115" xml:lang="en"><title>System
       
    13 Model Relationship</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The Messaging subsystem resides between Messaging applications and the
       
    15 lower level subsystems that Messaging subsystem uses for storage and transmission
       
    16 of messages. </p>
       
    17 <p>See the latest version of the public <xref href="http://developer.symbian.org/wiki/index.php/Symbian_System_Model" scope="external">System Model</xref> from the Symbian foundation.</p>
       
    18 <fig id="GUID-763A4790-2283-5D9A-8812-CB65C6E158C7">
       
    19 <title>           System model relationship          </title>
       
    20 <image href="GUID-2F8B9FAD-1669-5458-BA24-2E15BB0D2F53_d0e279803_href.png" placement="inline"/>
       
    21 </fig>
       
    22 <dl>
       
    23 <dlentry>
       
    24 <dt>Message Viewers</dt>
       
    25 <dd><p>Application for viewing a message. </p> </dd>
       
    26 </dlentry>
       
    27 <dlentry>
       
    28 <dt>Message Centre</dt>
       
    29 <dd><p>Application that displays list views of messages to the user, allowing
       
    30 the user to perform operations such as copying messages, sending messages,
       
    31 creating new messages and so on. </p> </dd>
       
    32 </dlentry>
       
    33 <dlentry>
       
    34 <dt>Message Editors</dt>
       
    35 <dd><p>Application for creating or editing a message. </p> </dd>
       
    36 </dlentry>
       
    37 <dlentry>
       
    38 <dt>SendAs Clients</dt>
       
    39 <dd><p>Messaging clients, such as Client MTM, client applications that implement
       
    40 SendAs. </p> </dd>
       
    41 </dlentry>
       
    42 <dlentry>
       
    43 <dt>EStore</dt>
       
    44 <dd><p>Symbian platform component that provides stream based storage. It provides
       
    45 the framework classes for the Message Store files. </p> </dd>
       
    46 </dlentry>
       
    47 <dlentry>
       
    48 <dt>File system</dt>
       
    49 <dd><p>A set of conventions used to access a drive, and the software that
       
    50 implements those conventions. Local, ROM and installable file systems are
       
    51 supported. </p> </dd>
       
    52 </dlentry>
       
    53 <dlentry>
       
    54 <dt>SQL</dt>
       
    55 <dd><p>A component that provides an SQL database service. Messaging subsystem
       
    56 stores each <xref href="GUID-5A23B804-2C06-3407-9D48-1BFB212D699F.dita"><apiname>TMsvEntry</apiname></xref> (index entry) of the index file as
       
    57 a row of an SQL table in the SQL database. For more information on how Messaging
       
    58 subsystem has implemented SQL, see <xref href="GUID-5E8AA6B6-38EB-5347-BA30-F9FF4BF7C107.dita#GUID-5E8AA6B6-38EB-5347-BA30-F9FF4BF7C107/GUID-10265557-F31B-50B3-A955-A548A5A78D7B">Operating
       
    59 with the SQL database</xref>. </p> </dd>
       
    60 </dlentry>
       
    61 </dl>
       
    62 </conbody></concept>