Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ |
michael@0 | 2 | /* vim: set ts=8 sts=4 et sw=4 tw=99: */ |
michael@0 | 3 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 6 | |
michael@0 | 7 | /* Private forward declarations. */ |
michael@0 | 8 | |
michael@0 | 9 | #ifndef xpcforwards_h___ |
michael@0 | 10 | #define xpcforwards_h___ |
michael@0 | 11 | |
michael@0 | 12 | // forward declarations of interally used classes... |
michael@0 | 13 | |
michael@0 | 14 | class nsXPConnect; |
michael@0 | 15 | class XPCJSRuntime; |
michael@0 | 16 | class XPCContext; |
michael@0 | 17 | class XPCCallContext; |
michael@0 | 18 | |
michael@0 | 19 | class XPCJSThrower; |
michael@0 | 20 | |
michael@0 | 21 | class nsXPCWrappedJS; |
michael@0 | 22 | class nsXPCWrappedJSClass; |
michael@0 | 23 | |
michael@0 | 24 | class XPCNativeMember; |
michael@0 | 25 | class XPCNativeInterface; |
michael@0 | 26 | class XPCNativeSet; |
michael@0 | 27 | |
michael@0 | 28 | class XPCWrappedNative; |
michael@0 | 29 | class XPCWrappedNativeProto; |
michael@0 | 30 | class XPCWrappedNativeTearOff; |
michael@0 | 31 | class XPCNativeScriptableShared; |
michael@0 | 32 | class XPCNativeScriptableInfo; |
michael@0 | 33 | class XPCNativeScriptableCreateInfo; |
michael@0 | 34 | |
michael@0 | 35 | class XPCTraceableVariant; |
michael@0 | 36 | class XPCJSObjectHolder; |
michael@0 | 37 | |
michael@0 | 38 | class JSObject2WrappedJSMap; |
michael@0 | 39 | class Native2WrappedNativeMap; |
michael@0 | 40 | class IID2WrappedJSClassMap; |
michael@0 | 41 | class IID2NativeInterfaceMap; |
michael@0 | 42 | class ClassInfo2NativeSetMap; |
michael@0 | 43 | class ClassInfo2WrappedNativeProtoMap; |
michael@0 | 44 | class NativeSetMap; |
michael@0 | 45 | class IID2ThisTranslatorMap; |
michael@0 | 46 | class XPCNativeScriptableSharedMap; |
michael@0 | 47 | class XPCWrappedNativeProtoMap; |
michael@0 | 48 | class JSObject2JSObjectMap; |
michael@0 | 49 | |
michael@0 | 50 | class nsXPCComponents; |
michael@0 | 51 | class nsXPCComponents_Interfaces; |
michael@0 | 52 | class nsXPCComponents_InterfacesByID; |
michael@0 | 53 | class nsXPCComponents_Classes; |
michael@0 | 54 | class nsXPCComponents_ClassesByID; |
michael@0 | 55 | class nsXPCComponents_Results; |
michael@0 | 56 | class nsXPCComponents_ID; |
michael@0 | 57 | class nsXPCComponents_Exception; |
michael@0 | 58 | class nsXPCComponents_Constructor; |
michael@0 | 59 | class nsXPCComponents_Utils; |
michael@0 | 60 | class nsXPCConstructor; |
michael@0 | 61 | |
michael@0 | 62 | class AutoMarkingPtr; |
michael@0 | 63 | |
michael@0 | 64 | class xpcProperty; |
michael@0 | 65 | |
michael@0 | 66 | #endif /* xpcforwards_h___ */ |