phoneclientserver/phoneclient/Src/CommandHandler/RPhCltCommandHandler.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    18 
    18 
    19 
    19 
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 
    22 
    23 #include    "RPhCltCommandHandler.h"
    23 #include    "rphcltcommandhandler.h" 
    24 #include    <RPhCltServer.h>
    24 #include    <rphcltserver.h> 
    25 #include    <PhCltTypes.h>
    25 #include    <phclttypes.h> 
    26 #include    "PhCltClientServer.h"
    26 #include    "phcltclientserver.h" 
    27 #include    <e32std.h>
    27 #include    <e32std.h>
    28 #include    <e32base.h>
    28 #include    <e32base.h>
    29 
    29 
    30 
    30 
    31 
    31 
    88     __ASSERT_ALWAYS( SubSessionHandle(), User::Panic( 
    88     __ASSERT_ALWAYS( SubSessionHandle(), User::Panic( 
    89         KPhClientPanicCategory, EPhCltClientSidePanicNullHandle ) );
    89         KPhClientPanicCategory, EPhCltClientSidePanicNullHandle ) );
    90 
    90 
    91     // This is Atd function call.
    91     // This is Atd function call.
    92     iComHandParams().iCommandHandlerCommand = EPhCltCommandAtd;
    92     iComHandParams().iCommandHandlerCommand = EPhCltCommandAtd;
    93 	iComHandParams().iTelNumber = aTPhCltTelephoneNumber;
    93     iComHandParams().iTelNumber = aTPhCltTelephoneNumber;
    94     SendReceive( 
    94     SendReceive( 
    95         EPhoneServerComHandSubSessionAtd, 
    95         EPhoneServerComHandSubSessionAtd, 
    96         TIpcArgs( &iComHandParams ), 
    96         TIpcArgs( &iComHandParams ), 
    97         aStatus );
    97         aStatus );
    98     }
    98     }