phoneclientserver/phoneclient/Src/ExtCall/TPhCltExtPhoneDialData.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include "tphcltextphonedialdata.h" 
    21 #include "TPhCltExtPhoneDialData.h"
    22 
    22 
    23 
    23 
    24 // ============================ MEMBER FUNCTIONS ===============================
    24 // ============================ MEMBER FUNCTIONS ===============================
    25 
    25 
    26 
    26 
   598     aReturn.iTelNumber = iTelNumber;
   598     aReturn.iTelNumber = iTelNumber;
   599     aReturn.iWindowGroup = iWindowGroup;
   599     aReturn.iWindowGroup = iWindowGroup;
   600     aReturn.iNumberType = iNumberType;
   600     aReturn.iNumberType = iNumberType;
   601     aReturn.iSubAddress = iSubAddress;
   601     aReturn.iSubAddress = iSubAddress;
   602     aReturn.iBearer = iBearer;
   602     aReturn.iBearer = iBearer;
   603     aReturn.iRedialMaximumDuration = iRedialMaximumDuration;
   603 	aReturn.iRedialMaximumDuration = iRedialMaximumDuration;
   604     // Flags
   604     // Flags
   605     aReturn.iFlags = TPhCltCallArgs::EPhCltCallFlagsDefault;
   605     aReturn.iFlags = TPhCltCallArgs::EPhCltCallFlagsDefault;
   606 
   606 
   607     if ( iShowNumber )
   607     if ( iShowNumber )
   608         {
   608         {