parser/html/nsHtml5NamedCharactersAccel.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/html/nsHtml5NamedCharactersAccel.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +/*
     1.5 + * Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera 
     1.6 + * Software ASA.
     1.7 + * 
     1.8 + * You are granted a license to use, reproduce and create derivative works of 
     1.9 + * this document.
    1.10 + */
    1.11 +
    1.12 +#ifndef nsHtml5NamedCharactersAccel_h
    1.13 +#define nsHtml5NamedCharactersAccel_h
    1.14 +
    1.15 +#include "jArray.h"
    1.16 +#include "nscore.h"
    1.17 +#include "nsDebug.h"
    1.18 +#include "prlog.h"
    1.19 +#include "nsMemory.h"
    1.20 +
    1.21 +class nsHtml5NamedCharactersAccel
    1.22 +{
    1.23 +  public:
    1.24 +    static const int32_t* const HILO_ACCEL[];
    1.25 +};
    1.26 +
    1.27 +#endif // nsHtml5NamedCharactersAccel_h

mercurial