netwerk/ipc/NeckoCommon.cpp

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:4c763f50c369
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set sw=2 ts=8 et tw=80 : */
3
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/. */
7
8 #include "NeckoCommon.h"
9
10 namespace mozilla {
11 namespace net {
12
13 namespace NeckoCommonInternal {
14 bool gSecurityDisabled = true;
15 bool gRegisteredBool = false;
16 }
17
18 } // namespace net
19 } // namespace mozilla

mercurial