epoc32/include/mw/obextypes.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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 "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 /**
    17  @file
    18  @publishedAll
    19  @released
    20 */
    21 
    22 #ifndef __OBEXTYPES_H
    23 #define __OBEXTYPES_H
    24 
    25 #include <e32std.h>
    26 #include <e32des8.h>
    27 #include <e32des16.h>
    28 #include <utf.h> // Required for source compatability
    29 #include <obexconstants.h>
    30 
    31 typedef TUint16 TObexHeaderMask;
    32 typedef TUint8 TObexOpcode;
    33 typedef TBuf8<16> TNonce;
    34 
    35 class TObexProtocolInfo;
    36 class TObexIrProtocolInfo;
    37 class TObexBluetoothProtocolInfo;
    38 class TObexUsbProtocolInfo;
    39 class TObexUsbProtocolInfoV2;
    40 class TObexProcotolPolicy;
    41 struct TObexConnectionInfo;
    42 class TObexConnectInfo;
    43 
    44 class CObexPacket;
    45 class CObexHeader;
    46 class CObexUnderlyingHeader;
    47 class MObexHeaderCheck;
    48 class CObexHeaderSet;
    49 class CObexBaseObject;
    50 class CObexFileObject;
    51 class CObexBufObject;
    52 class CObexNullObject;
    53 class MObexNotify;
    54 class MObexAuthChallengeHandler;
    55 class CObexTransport;
    56 class CObexConnector;
    57 class TObexInternalHeader;
    58 class CObexAuthenticator;
    59 class CObex;
    60 class TObexSetPathData;
    61 class CObexClient;
    62 class MObexServerNotify;
    63 class CObexServer;
    64 class CObexServerStateMachine;
    65 class MObexServerNotify;
    66 class MObexServerNotifyAsync;
    67 class CObexServerNotifySyncWrapper;
    68 
    69 
    70 #endif // __OBEXTYPES_H