1 /* -*- Mode: c++; tab-width: 2; indent-tabs-mode: nil; -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef _MACFINDERPROGRESS_H_
6 #define _MACFINDERPROGRESS_H_
8 #include "nsIMacFinderProgress.h"
11 class nsMacFinderProgress
: public nsIMacFinderProgress
{
13 nsMacFinderProgress();
16 NS_DECL_NSIMACFINDERPROGRESS
19 virtual ~nsMacFinderProgress();
21 NSProgress
* mProgress
;