1 /* ***** BEGIN LICENSE BLOCK *****
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
14 * The Original Code is MaemoAutodial.
16 * The Initial Developer of the Original Code is
18 * Portions created by the Initial Developer are Copyright (C) 2009
19 * the Initial Developer. All Rights Reserved.
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
,
37 NS_DECL_NSINETWORKLINKSERVICE
40 nsMaemoNetworkLinkService();
41 virtual ~nsMaemoNetworkLinkService();
47 #endif /* NSMAEMONETWORKLINKSERVICE_H_ */