~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/intl/chardet/public/nsDocumentCharsetInfoCID.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef nsDocumentCharsetInfoCID_h__
 
2
#define nsDocumentCharsetInfoCID_h__
 
3
 
 
4
#include "nscore.h"
 
5
 
 
6
#define NS_DOCUMENTCHARSETINFO_CONTRACTID "@mozilla.org/document-charset-info;1"
 
7
 
 
8
// {D25E0511-2BAE-11d4-9D10-0050040007B2}
 
9
#define NS_DOCUMENTCHARSETINFO_CID \
 
10
  {0xd25e0511, 0x2bae, 0x11d4, {0x9d, 0x10, 0x0, 0x50, 0x4, 0x0, 0x7, 0xb2}}
 
11
 
 
12
#endif // nsDocumentCharsetInfoCID_h__
 
13