2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2012-01-16 16:23:28 +04:00
|
|
|
|
|
|
|
#include "nsISupports.idl"
|
|
|
|
|
2014-03-05 07:54:55 +04:00
|
|
|
interface nsINetworkProperties;
|
|
|
|
|
|
|
|
[uuid(7956523b-631e-4f80-94a5-3883bcfd6bf3)]
|
2013-07-18 07:23:52 +04:00
|
|
|
interface nsIMozNavigatorNetwork : nsISupports
|
2012-01-16 16:23:28 +04:00
|
|
|
{
|
2014-03-05 07:54:55 +04:00
|
|
|
readonly attribute nsINetworkProperties properties;
|
2012-01-16 16:23:28 +04:00
|
|
|
};
|