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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
28 #include <utf.h> // Required for source compatability
29 #include <obexconstants.h>
31 typedef TUint16 TObexHeaderMask;
32 typedef TUint8 TObexOpcode;
33 typedef TBuf8<16> TNonce;
35 class TObexProtocolInfo;
36 class TObexIrProtocolInfo;
37 class TObexBluetoothProtocolInfo;
38 class TObexUsbProtocolInfo;
39 class TObexUsbProtocolInfoV2;
40 class TObexProcotolPolicy;
41 struct TObexConnectionInfo;
42 class TObexConnectInfo;
46 class CObexUnderlyingHeader;
47 class MObexHeaderCheck;
49 class CObexBaseObject;
50 class CObexFileObject;
52 class CObexNullObject;
54 class MObexAuthChallengeHandler;
57 class TObexInternalHeader;
58 class CObexAuthenticator;
60 class TObexSetPathData;
62 class MObexServerNotify;
64 class CObexServerStateMachine;
65 class MObexServerNotify;
66 class MObexServerNotifyAsync;
67 class CObexServerNotifySyncWrapper;
70 #endif // __OBEXTYPES_H