bool wxsResource::WriteConfig(TiXmlElement* Node)
{
    bool Result = OnWriteConfig(Node);
    Node->SetAttribute("name",cbU2C(m_ResourceName));
    Node->SetAttribute("language",cbU2C(wxsCodeMarks::Name(m_Language)));
    return Result;
}
Example #2
0
////////////////////
// CGlobalModules //
////////////////////
bool CGlobalModules::OnWriteConfig(CFile& Config) {
	GLOBALMODHALTCHK(OnWriteConfig(Config));
}