equal
deleted
inserted
replaced
1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2003-2009 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". |
17 |
17 |
18 /** |
18 /** |
19 @file Nd_dlup.cpp |
19 @file Nd_dlup.cpp |
20 */ |
20 */ |
21 |
21 |
22 |
|
23 #include "OstTraceDefinitions.h" |
|
24 #ifdef OST_TRACE_COMPILER_IN_USE |
|
25 #include "ND_DLUPTraces.h" |
|
26 #endif |
|
27 |
|
28 #include "ND_DLUP.H" |
22 #include "ND_DLUP.H" |
29 #include "ND_ETEL.H" |
23 #include "ND_ETEL.H" |
30 #include "ND_SCR.H" |
24 #include "ND_SCR.H" |
31 #include <comms-infras/dialogprocessor.h> |
25 #include <comms-infras/dialogprocessor.h> |
32 #include <comms-infras/eventlogger.h> |
26 #include <comms-infras/eventlogger.h> |
33 #include "ND_DBACC.H" |
27 #include "ND_DBACC.H" |
34 #include "ND_STD.H" |
28 #include "ND_STD.H" |
|
29 #include "SLOGGER.H" |
35 #include "Nd_dlupStates.h" |
30 #include "Nd_dlupStates.h" |
36 #include <comms-infras/nifprvar.h> |
31 #include <comms-infras/nifprvar.h> |
37 |
32 |
38 CDlUpAgXSM* CDlUpAgXSM::NewL(MAgentNotify& aObserver, CDialogProcessor* aDlgPrc, CCommsDbAccess& aDbAccess) |
33 CDlUpAgXSM* CDlUpAgXSM::NewL(MAgentNotify& aObserver, CDialogProcessor* aDlgPrc, CCommsDbAccess& aDbAccess) |
39 /** |
34 /** |
119 { |
114 { |
120 switch (aEvent) |
115 switch (aEvent) |
121 { |
116 { |
122 case ENifToAgentEventTypePPPCallbackGranted: |
117 case ENifToAgentEventTypePPPCallbackGranted: |
123 { |
118 { |
124 OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CDLUPAGXSM_NOTIFICATION_1, "NetDial:\tCallback Request Granted"); |
119 __FLOG_STMT(_LIT8(logString,"NetDial:\tCallback Request Granted");) |
|
120 __FLOG_STATIC(KNetDialLogFolder(),KNetDialLogFile(),logString()); |
125 return KErrNone; |
121 return KErrNone; |
126 } |
122 } |
127 case ENifToAgentEventTypeQueryIsDialIn: |
123 case ENifToAgentEventTypeQueryIsDialIn: |
128 { |
124 { |
129 if(iCallBack) |
125 if(iCallBack) |