Searched defs:strNamespace (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp783 Utf8Str strNamespace; local
787 strNamespace = ovf::OVF09_URI_string;
791 strNamespace = ovf::OVF10_URI_string;
795 strNamespace = ovf::OVF20_URI_string;
798 pelmRoot->setAttribute("xmlns", strNamespace);
799 pelmRoot->setAttribute("xmlns:ovf", strNamespace);

Completed in 51 milliseconds