highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HCEConstants.cpp
Go to the documentation of this file.
1 #include <string>
2 
3 #include "HCEConstants.hpp"
4 
5 namespace HCE
6 {
7  std::string componentManagerNames[] = {"CM_COMMON"};
8  std::string componentNames[] = {"CT_DEFAULT", "CT_NetCP06", "CT_EXTFMSG", "CT_EXTFMSG_UPD", "CT_POSTBLOCK", "CT_REFINE", "CT_RB",
9  "CT_T", "CT_PMT", "CT_MT", "CT_PMR", "CT_MR", "CT_MCB", "CT_MC", "CT_ETPBSB", "CT_ETPBS", "CT_PMB", "CT_PM","CT_RWB",
10  "CT_RW", "CT_ETPBTB", "CT_ETPBT", "CT_NetDSP09", "CT_CTEST", "CT_HIGHLIGHT"};
14 
15  const std::string COMMON_CHARSET = "utf-8";
16  const std::string INCOMING_CHARSET = "ucs-2";
17 // ComponentType firtsComponent = CT_DEFAULT;
18 // ComponentType lastComponent = CT_CTEST;
19 // extern ComponentType lastComponent;
20 }