omadrm/drmengine/roap/inc/RoapConnection.h
branchRCL_3
changeset 71 1221b68b8a5f
parent 18 8a03a285ab14
child 72 1481bf457703
equal deleted inserted replaced
67:50c53e893c3f 71:1221b68b8a5f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-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".
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <es_sock.h>
    25 #include <es_sock.h>
    26 #include <commdbconnpref.h>
       
    27 
    26 
    28 namespace Roap
    27 namespace Roap
    29 {
    28 {
    30 
    29 
    31 // CLASS DECLARATION
    30 // CLASS DECLARATION
    84 
    83 
    85         RSocketServ iSocketServ;
    84         RSocketServ iSocketServ;
    86         RConnection iConnection;
    85         RConnection iConnection;
    87         TState iState;
    86         TState iState;
    88         TRequestStatus* iParentStatus;
    87         TRequestStatus* iParentStatus;
    89         TCommDbConnPref iConnPref;
       
    90     };
    88     };
    91 }
    89 }
    92 
    90 
    93 #endif /* def CONNECTION_H */
    91 #endif /* def CONNECTION_H */