2010-09-28 11:32:31 +04:00
|
|
|
/*
|
2011-01-05 15:40:55 +03:00
|
|
|
* Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera
|
|
|
|
* Software ASA.
|
|
|
|
*
|
|
|
|
* You are granted a license to use, reproduce and create derivative works of
|
|
|
|
* this document.
|
2010-09-28 11:32:31 +04:00
|
|
|
*/
|
|
|
|
|
2013-08-23 19:07:10 +04:00
|
|
|
#ifndef nsHtml5NamedCharactersAccel_h
|
|
|
|
#define nsHtml5NamedCharactersAccel_h
|
2010-06-24 12:54:33 +04:00
|
|
|
|
|
|
|
#include "jArray.h"
|
|
|
|
#include "nscore.h"
|
|
|
|
#include "nsDebug.h"
|
|
|
|
#include "prlog.h"
|
|
|
|
#include "nsMemory.h"
|
|
|
|
|
|
|
|
class nsHtml5NamedCharactersAccel
|
|
|
|
{
|
|
|
|
public:
|
2012-08-22 19:56:38 +04:00
|
|
|
static const int32_t* const HILO_ACCEL[];
|
2010-06-24 12:54:33 +04:00
|
|
|
};
|
|
|
|
|
2013-08-23 19:07:10 +04:00
|
|
|
#endif // nsHtml5NamedCharactersAccel_h
|