XMLTranscode param change (CStr => const char * - handle both types of strings)

This was SVN commit r445.
This commit is contained in:
olsner
2004-06-09 13:56:29 +00:00
parent ac894d0886
commit 4efc41cb30
+1 -1
View File
@@ -47,7 +47,7 @@
XERCES_CPP_NAMESPACE_USE
CStr XMLTranscode(const XMLCh *);
XMLCh *XMLTranscode(const CStr &);
XMLCh *XMLTranscode(const char *);
/*
CLASS : CVFSInputSource