diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-52D2B0A4-1535-5D41-BF4C-06745C0588F6.dita --- a/Symbian3/PDK/Source/GUID-52D2B0A4-1535-5D41-BF4C-06745C0588F6.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-52D2B0A4-1535-5D41-BF4C-06745C0588F6.dita Tue Mar 30 11:56:28 2010 +0100 @@ -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