telephonyserverplugins/multimodetsy/Multimode/gprs/Gprs.cpp
changeset 68 d0d9cc530d21
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
62:8ef833fbf5aa 68:d0d9cc530d21
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    73     iATGPRSAttach       = CATGprsAttach::NewL(iIo, this, iInit, iPhoneGlobals); 
    73     iATGPRSAttach       = CATGprsAttach::NewL(iIo, this, iInit, iPhoneGlobals); 
    74     iATGprsDetach       = CATGprsDetach::NewL(iIo, this, iInit, iPhoneGlobals); 
    74     iATGprsDetach       = CATGprsDetach::NewL(iIo, this, iInit, iPhoneGlobals); 
    75     iATGprsClass        = CATGprsClass::NewL(iIo, this, iInit, iPhoneGlobals);
    75     iATGprsClass        = CATGprsClass::NewL(iIo, this, iInit, iPhoneGlobals);
    76     iATGprsNtwkRegStatusChange= CATGprsNtwkRegStatusChange::NewL(iIo,this,iPhoneGlobals);
    76     iATGprsNtwkRegStatusChange= CATGprsNtwkRegStatusChange::NewL(iIo,this,iPhoneGlobals);
    77     iATGprsNtwkRegStatus= CATGprsNtwkRegStatus::NewL(iIo, this, iInit, iPhoneGlobals,iATGprsNtwkRegStatusChange);
    77     iATGprsNtwkRegStatus= CATGprsNtwkRegStatus::NewL(iIo, this, iInit, iPhoneGlobals,iATGprsNtwkRegStatusChange);
    78    	iMutex.CreateGlobal(KNullDesC, EOwnerProcess);
    78    	User::LeaveIfError(iMutex.CreateGlobal(KNullDesC, EOwnerProcess));
    79     }
    79     }
    80     
    80     
    81 RHandleBase* CGprs::GlobalKernelObjectHandle()
    81 RHandleBase* CGprs::GlobalKernelObjectHandle()
    82 /**
    82 /**
    83 * Implements CSubSessionExtBase virtual method, which provides
    83 * Implements CSubSessionExtBase virtual method, which provides