1.1 --- a/epoc32/include/obextypes.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/obextypes.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,69 @@
1.4 -obextypes.h
1.5 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// 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
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +
1.20 +
1.21 +
1.22 +/**
1.23 + @file
1.24 + @publishedAll
1.25 + @released
1.26 +*/
1.27 +
1.28 +#ifndef __OBEXTYPES_H
1.29 +#define __OBEXTYPES_H
1.30 +
1.31 +#include <e32std.h>
1.32 +#include <e32des8.h>
1.33 +#include <e32des16.h>
1.34 +#include <utf.h> // Required for source compatability
1.35 +#include <obexconstants.h>
1.36 +#include <obex/internal/obextransportconstants.h>
1.37 +
1.38 +class TObexProtocolInfo;
1.39 +class TObexIrProtocolInfo;
1.40 +class TObexBluetoothProtocolInfo;
1.41 +class TObexUsbProtocolInfo;
1.42 +class TObexUsbProtocolInfoV2;
1.43 +class TObexProcotolPolicy;
1.44 +struct TObexConnectionInfo;
1.45 +class TObexConnectInfo;
1.46 +
1.47 +class CObexPacket;
1.48 +class CObexHeader;
1.49 +class CObexUnderlyingHeader;
1.50 +class MObexHeaderCheck;
1.51 +class CObexHeaderSet;
1.52 +class CObexBaseObject;
1.53 +class CObexFileObject;
1.54 +class CObexBufObject;
1.55 +class CObexNullObject;
1.56 +class MObexNotify;
1.57 +class MObexAuthChallengeHandler;
1.58 +class CObexTransport;
1.59 +class CObexConnector;
1.60 +class TObexInternalHeader;
1.61 +class CObexAuthenticator;
1.62 +class CObex;
1.63 +class TObexSetPathData;
1.64 +class CObexClient;
1.65 +class MObexServerNotify;
1.66 +class CObexServer;
1.67 +class CObexServerStateMachine;
1.68 +class MObexServerNotify;
1.69 +class MObexServerNotifyAsync;
1.70 +class CObexServerNotifySyncWrapper;
1.71 +
1.72 +
1.73 +#endif // __OBEXTYPES_H