Converting usage of ::GetIID() to NS_GET_IID().

Bug #20232, r=scc@netscape.com
This commit is contained in:
pp%ludusdesign.com 2006-02-16 21:31:33 +00:00
Родитель f531fe3607
Коммит 7898814187
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -16,6 +16,7 @@
* Copyright (C) 1999 John Fairhurst. All Rights Reserved.
*
* Contributor(s):
* Pierre Phaneuf <pp@ludusdesign.com>
*
*/
@ -38,7 +39,7 @@ nsDeviceContextSpecFactoryOS2::nsDeviceContextSpecFactoryOS2()
NS_INIT_REFCNT();
}
NS_IMPL_ISUPPORTS(nsDeviceContextSpecFactoryOS2, nsIDeviceContextSpecFactory::GetIID())
NS_IMPL_ISUPPORTS(nsDeviceContextSpecFactoryOS2, NS_GET_IID(nsIDeviceContextSpecFactory))
NS_IMETHODIMP nsDeviceContextSpecFactoryOS2::Init()
{

Просмотреть файл

@ -16,6 +16,7 @@
* Copyright (C) 1999 John Fairhurst. All Rights Reserved.
*
* Contributor(s):
* Pierre Phaneuf <pp@ludusdesign.com>
*
*/
@ -36,7 +37,7 @@ nsDeviceContextSpecOS2::~nsDeviceContextSpecOS2()
PrnClosePrinter( mQueue);
}
NS_IMPL_ISUPPORTS(nsDeviceContextSpecOS2, nsIDeviceContextSpec::GetIID())
NS_IMPL_ISUPPORTS(nsDeviceContextSpecOS2, NS_GET_IID(nsIDeviceContextSpec))
nsresult nsDeviceContextSpecOS2::Init( PRTQUEUE *pq)
{