зеркало из https://github.com/mozilla/pjs.git
Родитель
9bd3e9456d
Коммит
60dea630f1
|
@ -16,7 +16,16 @@
|
||||||
* Copyright (C) 1999 John Fairhurst. All Rights Reserved.
|
* Copyright (C) 1999 John Fairhurst. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Contributor(s):
|
* Contributor(s):
|
||||||
|
* This Original Code has been modified by IBM Corporation.
|
||||||
|
* Modifications made by IBM described herein are
|
||||||
|
* Copyright (c) International Business Machines
|
||||||
|
* Corporation, 2000
|
||||||
*
|
*
|
||||||
|
* Modifications to Mozilla code or documentation
|
||||||
|
* identified per MPL Section 3.3
|
||||||
|
*
|
||||||
|
* Date Modified by Description of modification
|
||||||
|
* 03/28/2000 IBM Corp. Changes to make os2.h file similar to windows.h file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// This class is part of the strange printing `architecture'.
|
// This class is part of the strange printing `architecture'.
|
||||||
|
@ -38,10 +47,11 @@ class nsDeviceContextSpecFactoryOS2 : public nsIDeviceContextSpecFactory
|
||||||
|
|
||||||
NS_DECL_ISUPPORTS
|
NS_DECL_ISUPPORTS
|
||||||
|
|
||||||
NS_IMETHOD Init();
|
NS_IMETHOD Init(void);
|
||||||
NS_IMETHOD CreateDeviceContextSpec( nsIDeviceContextSpec *aOldSpec,
|
NS_IMETHOD CreateDeviceContextSpec( nsIDeviceContextSpec *aOldSpec,
|
||||||
nsIDeviceContextSpec *&aNewSpec,
|
nsIDeviceContextSpec *&aNewSpec,
|
||||||
PRBool aQuiet);
|
PRBool aQuiet);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual ~nsDeviceContextSpecFactoryOS2() {}
|
virtual ~nsDeviceContextSpecFactoryOS2() {}
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Copyright (C) 1999 John Fairhurst. All Rights Reserved.
|
* Copyright (C) 1999 John Fairhurst. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Contributor(s):
|
* Contributor(s):
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _nsDeviceContextSpecOS2_h
|
#ifndef _nsDeviceContextSpecOS2_h
|
||||||
|
|
Загрузка…
Ссылка в новой задаче