phoneengine/callhandling/src/cpesinglecall.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    42 // -----------------------------------------------------------------------------
    42 // -----------------------------------------------------------------------------
    43 //
    43 //
    44 CPESingleCall::CPESingleCall( 
    44 CPESingleCall::CPESingleCall( 
    45         MPEMessageSender& aOwner
    45         MPEMessageSender& aOwner
    46         ) : CPESingleCallObserver( aOwner ),
    46         ) : CPESingleCallObserver( aOwner ),
    47             iMissedCall( EFalse)
    47 		    iMissedCall( EFalse)
    48     {
    48     {
    49     TEFLOGSTRING( KTAOBJECT, "CALL CPESingleCall::CPESingleCall start." );
    49     TEFLOGSTRING( KTAOBJECT, "CALL CPESingleCall::CPESingleCall start." );
    50     TEFLOGSTRING( KTAOBJECT, "CALL CPESingleCall::CPESingleCall complete." );
    50     TEFLOGSTRING( KTAOBJECT, "CALL CPESingleCall::CPESingleCall complete." );
    51     }
    51     }
    52 
    52 
   165     // NOTE! Currently disabled due to incomplete TSY implementation
   165     // NOTE! Currently disabled due to incomplete TSY implementation
   166     // Remove comments after this task is completed
   166     // Remove comments after this task is completed
   167     
   167     
   168     //iCall->NoFDNCheck();
   168     //iCall->NoFDNCheck();
   169     }
   169     }
   170         
   170 		
   171 // -----------------------------------------------------------------------------
   171 // -----------------------------------------------------------------------------
   172 // CPESingleCall::Hold
   172 // CPESingleCall::Hold
   173 // creates hold request to the CPECallCommand object
   173 // creates hold request to the CPECallCommand object
   174 // -----------------------------------------------------------------------------
   174 // -----------------------------------------------------------------------------
   175 //
   175 //