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
williamr@2
     1
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
williamr@2
     2
// All rights reserved.
williamr@2
     3
// This component and the accompanying materials are made available
williamr@2
     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
williamr@2
     5
// which accompanies this distribution, and is available
williamr@2
     6
// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
williamr@2
     7
//
williamr@2
     8
// Initial Contributors:
williamr@2
     9
// Nokia Corporation - initial contribution.
williamr@2
    10
//
williamr@2
    11
// Contributors:
williamr@2
    12
//
williamr@2
    13
// Description:
williamr@2
    14
//
williamr@2
    15
williamr@2
    16
williamr@2
    17
williamr@2
    18
/**
williamr@2
    19
 @file
williamr@2
    20
 @publishedAll
williamr@2
    21
 @released
williamr@2
    22
*/
williamr@2
    23
williamr@2
    24
#ifndef __OBEXTYPES_H
williamr@2
    25
#define __OBEXTYPES_H
williamr@2
    26
williamr@2
    27
#include <e32std.h>
williamr@2
    28
#include <e32des8.h>
williamr@2
    29
#include <e32des16.h>
williamr@2
    30
#include <utf.h> // Required for source compatability
williamr@2
    31
#include <obexconstants.h>
williamr@2
    32
#include <obex/internal/obextransportconstants.h>
williamr@2
    33
williamr@2
    34
class TObexProtocolInfo;
williamr@2
    35
class TObexIrProtocolInfo;
williamr@2
    36
class TObexBluetoothProtocolInfo;
williamr@2
    37
class TObexUsbProtocolInfo;
williamr@2
    38
class TObexUsbProtocolInfoV2;
williamr@2
    39
class TObexProcotolPolicy;
williamr@2
    40
struct TObexConnectionInfo;
williamr@2
    41
class TObexConnectInfo;
williamr@2
    42
williamr@2
    43
class CObexPacket;
williamr@2
    44
class CObexHeader;
williamr@2
    45
class CObexUnderlyingHeader;
williamr@2
    46
class MObexHeaderCheck;
williamr@2
    47
class CObexHeaderSet;
williamr@2
    48
class CObexBaseObject;
williamr@2
    49
class CObexFileObject;
williamr@2
    50
class CObexBufObject;
williamr@2
    51
class CObexNullObject;
williamr@2
    52
class MObexNotify;
williamr@2
    53
class MObexAuthChallengeHandler;
williamr@2
    54
class CObexTransport;
williamr@2
    55
class CObexConnector;
williamr@2
    56
class TObexInternalHeader;
williamr@2
    57
class CObexAuthenticator;
williamr@2
    58
class CObex;
williamr@2
    59
class TObexSetPathData;
williamr@2
    60
class CObexClient;
williamr@2
    61
class MObexServerNotify;
williamr@2
    62
class CObexServer;
williamr@2
    63
class CObexServerStateMachine;
williamr@2
    64
class MObexServerNotify;
williamr@2
    65
class MObexServerNotifyAsync;
williamr@2
    66
class CObexServerNotifySyncWrapper;
williamr@2
    67
williamr@2
    68
williamr@2
    69
#endif // __OBEXTYPES_H