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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
30 #include <utf.h> // Required for source compatability
31 #include <obexconstants.h>
32 #include <obex/internal/obextransportconstants.h>
34 class TObexProtocolInfo;
35 class TObexIrProtocolInfo;
36 class TObexBluetoothProtocolInfo;
37 class TObexUsbProtocolInfo;
38 class TObexUsbProtocolInfoV2;
39 class TObexProcotolPolicy;
40 struct TObexConnectionInfo;
41 class TObexConnectInfo;
45 class CObexUnderlyingHeader;
46 class MObexHeaderCheck;
48 class CObexBaseObject;
49 class CObexFileObject;
51 class CObexNullObject;
53 class MObexAuthChallengeHandler;
56 class TObexInternalHeader;
57 class CObexAuthenticator;
59 class TObexSetPathData;
61 class MObexServerNotify;
63 class CObexServerStateMachine;
64 class MObexServerNotify;
65 class MObexServerNotifyAsync;
66 class CObexServerNotifySyncWrapper;
69 #endif // __OBEXTYPES_H