1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:expandtab:shiftwidth=2:tabstop=2:
4 /* This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #ifndef __nsWinRemoteServer_h__
9 #define __nsWinRemoteServer_h__
11 #include "nsRemoteServer.h"
15 class nsWinRemoteServer final
: public nsRemoteServer
{
17 nsWinRemoteServer() = default;
18 ~nsWinRemoteServer() override
{ Shutdown(); }
20 nsresult
Startup(const char* aAppName
, const char* aProfileName
) override
;
21 void Shutdown() override
;
27 #endif // __nsWinRemoteService_h__