Bug 566293 - wrong length of text remove event when inaccessible node containing...
[mozilla-central.git] / netwerk / system / maemo / nsMaemoNetworkLinkService.h
blob63468220798ce2f32a538047bc30da8e7ab2b8d0
1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
14 * The Original Code is MaemoAutodial.
16 * The Initial Developer of the Original Code is
17 * Nokia Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 2009
19 * the Initial Developer. All Rights Reserved.
21 * Contributor(s):
22 * Jeremias Bosch <jeremias.bosch@gmail.com>
24 * ***** END LICENSE BLOCK ***** */
26 #ifndef NSMAEMONETWORKLINKSERVICE_H_
27 #define NSMAEMONETWORKLINKSERVICE_H_
29 #include "nsINetworkLinkService.h"
30 #include "nsIObserver.h"
32 class nsMaemoNetworkLinkService: public nsINetworkLinkService,
33 public nsIObserver
35 public:
36 NS_DECL_ISUPPORTS
37 NS_DECL_NSINETWORKLINKSERVICE
38 NS_DECL_NSIOBSERVER
40 nsMaemoNetworkLinkService();
41 virtual ~nsMaemoNetworkLinkService();
43 nsresult Init();
44 nsresult Shutdown();
47 #endif /* NSMAEMONETWORKLINKSERVICE_H_ */