1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 
7 /* Private forward declarations. */
8 
9 #ifndef xpcforwards_h___
10 #define xpcforwards_h___
11 
12 // forward declarations of internally used classes...
13 
14 class nsXPConnect;
15 class XPCJSContext;
16 class XPCJSRuntime;
17 class XPCContext;
18 class XPCCallContext;
19 
20 class XPCJSThrower;
21 
22 class nsXPCWrappedJS;
23 
24 class XPCNativeMember;
25 class XPCNativeInterface;
26 class XPCNativeSet;
27 
28 class XPCWrappedNative;
29 class XPCWrappedNativeProto;
30 class XPCWrappedNativeTearOff;
31 
32 class XPCTraceableVariant;
33 
34 class JSObject2WrappedJSMap;
35 class Native2WrappedNativeMap;
36 class IID2NativeInterfaceMap;
37 class ClassInfo2NativeSetMap;
38 class ClassInfo2WrappedNativeProtoMap;
39 class NativeSetMap;
40 class JSObject2JSObjectMap;
41 
42 class nsXPCComponents;
43 class nsXPCComponents_Interfaces;
44 class nsXPCComponents_Classes;
45 class nsXPCComponents_Results;
46 class nsXPCComponents_ID;
47 class nsXPCComponents_Exception;
48 class nsXPCComponents_Constructor;
49 class nsXPCComponents_Utils;
50 
51 class AutoMarkingPtr;
52 
53 #endif /* xpcforwards_h___ */
54