diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-52D2B0A4-1535-5D41-BF4C-06745C0588F6.dita --- a/Symbian3/PDK/Source/GUID-52D2B0A4-1535-5D41-BF4C-06745C0588F6.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-52D2B0A4-1535-5D41-BF4C-06745C0588F6.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,27 +1,27 @@ - - - - - -How -to use a notifier to display a single line message, synchronouslyProvides a code snippet to show you how to use a notifier to display -a single line message synchronously. -

To display a single line message synchronously, use the static function User::InfoPrint(). -The following code fragment shows how:

-{ -... -_LIT(KTxtMsg,"A message"); -... -User::InfoPrint(KTxtMsg); -... -} -

User::InfoPrint() uses an RNotifier object -in its implementation, but you do not need to use the object to display -the message.

+ + + + + +How +to use a notifier to display a single line message, synchronouslyProvides a code snippet to show you how to use a notifier to display +a single line message synchronously. +

To display a single line message synchronously, use the static function User::InfoPrint(). +The following code fragment shows how:

+{ +... +_LIT(KTxtMsg,"A message"); +... +User::InfoPrint(KTxtMsg); +... +} +

User::InfoPrint() uses an RNotifier object +in its implementation, but you do not need to use the object to display +the message.

\ No newline at end of file