epoc32/include/mw/obextypes.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 epoc32/include/obextypes.h@2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 /**
    19  @file
    20  @publishedAll
    21  @released
    22 */
    23 
    24 #ifndef __OBEXTYPES_H
    25 #define __OBEXTYPES_H
    26 
    27 #include <e32std.h>
    28 #include <e32des8.h>
    29 #include <e32des16.h>
    30 #include <utf.h> // Required for source compatability
    31 #include <obexconstants.h>
    32 #include <obex/internal/obextransportconstants.h>
    33 
    34 class TObexProtocolInfo;
    35 class TObexIrProtocolInfo;
    36 class TObexBluetoothProtocolInfo;
    37 class TObexUsbProtocolInfo;
    38 class TObexUsbProtocolInfoV2;
    39 class TObexProcotolPolicy;
    40 struct TObexConnectionInfo;
    41 class TObexConnectInfo;
    42 
    43 class CObexPacket;
    44 class CObexHeader;
    45 class CObexUnderlyingHeader;
    46 class MObexHeaderCheck;
    47 class CObexHeaderSet;
    48 class CObexBaseObject;
    49 class CObexFileObject;
    50 class CObexBufObject;
    51 class CObexNullObject;
    52 class MObexNotify;
    53 class MObexAuthChallengeHandler;
    54 class CObexTransport;
    55 class CObexConnector;
    56 class TObexInternalHeader;
    57 class CObexAuthenticator;
    58 class CObex;
    59 class TObexSetPathData;
    60 class CObexClient;
    61 class MObexServerNotify;
    62 class CObexServer;
    63 class CObexServerStateMachine;
    64 class MObexServerNotify;
    65 class MObexServerNotifyAsync;
    66 class CObexServerNotifySyncWrapper;
    67 
    68 
    69 #endif // __OBEXTYPES_H