2001-09-26 04:47:52 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1999-06-11 03:55:12 +04:00
|
|
|
|
|
|
|
#ifndef nsUserDefinedToUnicode_h___
|
|
|
|
#define nsUserDefinedToUnicode_h___
|
|
|
|
|
2002-09-07 05:17:57 +04:00
|
|
|
#include "nsISupports.h"
|
1999-06-11 03:55:12 +04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* A character set converter from UserDefined to Unicode.
|
|
|
|
*
|
|
|
|
* @created 23/Nov/1998
|
|
|
|
* @author Catalin Rotaru [CATA]
|
1999-06-10 05:32:35 +04:00
|
|
|
*/
|
2010-06-10 22:11:40 +04:00
|
|
|
nsresult
|
2002-09-07 05:17:57 +04:00
|
|
|
nsUserDefinedToUnicodeConstructor(nsISupports *aOuter, REFNSIID aIID,
|
|
|
|
void **aResult);
|
1999-06-11 03:55:12 +04:00
|
|
|
|
|
|
|
#endif /* nsUserDefinedToUnicode_h___ */
|