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-04-27 04:27:38 +04:00
|
|
|
|
|
|
|
#ifndef nsUnicodeToVPS_h___
|
|
|
|
#define nsUnicodeToVPS_h___
|
|
|
|
|
2002-09-07 05:17:57 +04:00
|
|
|
#include "nsISupports.h"
|
1999-04-27 04:27:38 +04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* A character set converter from Unicode to VPS.
|
|
|
|
*
|
|
|
|
* @created 4/26/1999
|
|
|
|
* @author Frank Tang [ftang]
|
|
|
|
*/
|
2010-06-10 22:11:40 +04:00
|
|
|
nsresult
|
2002-09-07 05:17:57 +04:00
|
|
|
nsUnicodeToVPSConstructor(nsISupports *aOuter, REFNSIID aIID,
|
|
|
|
void **aResult);
|
1999-04-27 04:27:38 +04:00
|
|
|
|
|
|
|
#endif /* nsUnicodeToVPS_h___ */
|