michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: michael@0: #define NS_XREMOTECLIENT_CID \ michael@0: { 0xcfae5900, \ michael@0: 0x1dd1, \ michael@0: 0x11b2, \ michael@0: { 0x95, 0xd0, 0xad, 0x45, 0x4c, 0x23, 0x3d, 0xc6 } \ michael@0: } michael@0: michael@0: /* cfae5900-1dd1-11b2-95d0-ad454c233dc6 */ michael@0: michael@0: #include "XRemoteClient.h" michael@0: michael@0: #include "nsXRemoteClientCID.h" michael@0: #include "nsIGenericFactory.h" michael@0: michael@0: NS_GENERIC_FACTORY_CONSTRUCTOR(XRemoteClient) michael@0: michael@0: static const nsModuleComponentInfo components[] = michael@0: { michael@0: { "XRemote Client", michael@0: NS_XREMOTECLIENT_CID, michael@0: NS_XREMOTECLIENT_CONTRACTID, michael@0: XRemoteClientConstructor } michael@0: }; michael@0: michael@0: NS_IMPL_NSGETMODULE(XRemoteClientModule, components) michael@0: michael@0: