bluetoothengine/btmac/src/BTMonoCmdHandler/btmcmobileline.cpp
changeset 2 0b192a3a05a4
parent 0 f63038272f30
equal deleted inserted replaced
1:6a1fe72036e3 2:0b192a3a05a4
    20 #include "btmcprotocol.h"
    20 #include "btmcprotocol.h"
    21 #include "btmcmobileline.h"
    21 #include "btmcmobileline.h"
    22 #include "btmc_defs.h"
    22 #include "btmc_defs.h"
    23 #include "debug.h"
    23 #include "debug.h"
    24 #include "btmccallstatus.h"
    24 #include "btmccallstatus.h"
    25 #include "btmcdummy.h"
       
    26 
    25 
    27 const TInt KMobileLineActiveService = 30;
    26 const TInt KMobileLineActiveService = 30;
    28 const TInt KMobileCallActiveService = 31;
    27 const TInt KMobileCallActiveService = 31;
    29 
    28 
    30 // ==========================================================
    29 // ==========================================================
    66 // ==========================================================
    65 // ==========================================================
    67 // CBtmcMobileLine::CallInformationL
    66 // CBtmcMobileLine::CallInformationL
    68 // ==========================================================
    67 // ==========================================================
    69 const MCall& CBtmcMobileLine::CallInformationL()
    68 const MCall& CBtmcMobileLine::CallInformationL()
    70     {
    69     {
    71     MBtmcDummy dummy = MBtmcDummy();    
    70     return iDummyCall; 
    72     const MCall& fakeCall (dummy); 
       
    73     return fakeCall; 
       
    74     }
    71     }
    75 
    72 
    76 // ==========================================================
    73 // ==========================================================
    77 // CBtmcMobileLine::CallStatusL
    74 // CBtmcMobileLine::CallStatusL
    78 // ==========================================================
    75 // ==========================================================