diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-F9FCE3FC-42E4-5E9E-9AFC-A9B02E2612A2.dita --- a/Symbian3/PDK/Source/GUID-F9FCE3FC-42E4-5E9E-9AFC-A9B02E2612A2.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-F9FCE3FC-42E4-5E9E-9AFC-A9B02E2612A2.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,27 +1,27 @@ - - - - - -Using -TRefByValue<class T> ClassThis document describes how to use the TRefByValue<class T> -class. -

Functions which take a variable number of arguments, such as TDes8::Format(), -always take the first parameter as a value reference.

-

For example, the function TDes8::Format() is prototyped -as:

-void Format(TRefByValue<const TDesC8> aFmt,...); -

The first argument is a value reference for a const TDesC8 type. -Just pass a parameter of this type or a parameter that can be converted to -that type.

-_LIT(KFormat1,"%b %c %d %o %u %x"); -... -tgt.Format(KFormat1,65,65,65,65,65,65); -... + + + + + +Using +TRefByValue<class T> ClassThis document describes how to use the TRefByValue<class T> +class. +

Functions which take a variable number of arguments, such as TDes8::Format(), +always take the first parameter as a value reference.

+

For example, the function TDes8::Format() is prototyped +as:

+void Format(TRefByValue<const TDesC8> aFmt,...); +

The first argument is a value reference for a const TDesC8 type. +Just pass a parameter of this type or a parameter that can be converted to +that type.

+_LIT(KFormat1,"%b %c %d %o %u %x"); +... +tgt.Format(KFormat1,65,65,65,65,65,65); +...
\ No newline at end of file