localconnectivityservice/dun/utils/src/DunStream.cpp
changeset 54 4dc88a4ac6f4
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 54:4dc88a4ac6f4
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   310     {
   310     {
   311     // Don't initialize iUtility here (it is set through NewL)
   311     // Don't initialize iUtility here (it is set through NewL)
   312     iBufferPtr = NULL;
   312     iBufferPtr = NULL;
   313     iReadLengthSocket = 0;
   313     iReadLengthSocket = 0;
   314     iOperationType = EDunOperationTypeUndefined;
   314     iOperationType = EDunOperationTypeUndefined;
   315     iTransferState = EDunStateIdle;
       
   316     iDirection = EDunDirectionUndefined;
   315     iDirection = EDunDirectionUndefined;
   317     iNetwork = NULL;
   316     iNetwork = NULL;
   318     iSocket = NULL;
   317     iSocket = NULL;
   319     iComm = NULL;
   318     iComm = NULL;
   320     }
   319     }