From 60dea630f1754852c36ace89e7002bf6bf04c980 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 16 Feb 2006 21:31:42 +0000 Subject: [PATCH] # 33860 r= mkaply@us.ibm.com OS/2 bringup --- widget/src/os2/nsDeviceContextSpecFactoryO.h | 12 +++++++++++- widget/src/os2/nsDeviceContextSpecOS2.h | 1 - 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/widget/src/os2/nsDeviceContextSpecFactoryO.h b/widget/src/os2/nsDeviceContextSpecFactoryO.h index 6648ca6d3f1..66e8a7f7736 100644 --- a/widget/src/os2/nsDeviceContextSpecFactoryO.h +++ b/widget/src/os2/nsDeviceContextSpecFactoryO.h @@ -16,7 +16,16 @@ * Copyright (C) 1999 John Fairhurst. All Rights Reserved. * * 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'. @@ -38,10 +47,11 @@ class nsDeviceContextSpecFactoryOS2 : public nsIDeviceContextSpecFactory NS_DECL_ISUPPORTS - NS_IMETHOD Init(); + NS_IMETHOD Init(void); NS_IMETHOD CreateDeviceContextSpec( nsIDeviceContextSpec *aOldSpec, nsIDeviceContextSpec *&aNewSpec, PRBool aQuiet); + protected: virtual ~nsDeviceContextSpecFactoryOS2() {} }; diff --git a/widget/src/os2/nsDeviceContextSpecOS2.h b/widget/src/os2/nsDeviceContextSpecOS2.h index 1f3e4b92629..53f58a853d7 100644 --- a/widget/src/os2/nsDeviceContextSpecOS2.h +++ b/widget/src/os2/nsDeviceContextSpecOS2.h @@ -16,7 +16,6 @@ * Copyright (C) 1999 John Fairhurst. All Rights Reserved. * * Contributor(s): - * */ #ifndef _nsDeviceContextSpecOS2_h