Symbian3/PDK/Source/GUID-CABA0B4D-11E4-5659-B949-C4277FB63804.dita
changeset 1 25a17d01db0c
child 3 46218c8b8afa
equal deleted inserted replaced
0:89d6a7a84779 1:25a17d01db0c
       
     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-CABA0B4D-11E4-5659-B949-C4277FB63804" xml:lang="en"><title>Notifier</title><shortdesc>A notifier is a simple service that allows either a single line
       
    13 message (an infoprint) or a simple dialog box to be displayed on the hardware's
       
    14 display device. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    15 <p>It is used for sending (debug) trace messages to the screen and putting
       
    16 up debug dialog boxes. It can be used in any environment, including the text
       
    17 shell used for development of engine or low level type code. Because it doesn't
       
    18 require Uikon it is invaluable for developers who need to work without GUI
       
    19 dependencies. </p>
       
    20 <p>The dialog box consists of two lines of text and two buttons. The buttons
       
    21 each display a single text character and the user is expected to key in one
       
    22 of these characters. </p>
       
    23 <p>The notifier is a server, managed by the Kernel. The client side creates
       
    24 a session through an <codeph>RNotifier</codeph> handle. </p>
       
    25 <p> <note/> If a plug-in notifier DLL fails to load successfully, the
       
    26 OS will not start. Notifiers are critical system resources which must not
       
    27 fail to load correctly. </p>
       
    28 </conbody></concept>