On Jun 7, 2005, at 7:00 PM, Greg Franks wrote:

Compiling xercesc/util/PlatformUtils.cpp
"xercesc/util/PlatformUtils.cpp", line 555: Error: "static xercesc_3_0::XMLPlatformUtils::closeFile(void*const, xercesc_3_0::MemoryManager*const)" cannot return a value. "xercesc/util/PlatformUtils.cpp", line 565: Error: "static xercesc_3_0::XMLPlatformUtils::resetFile(void*, xercesc_3_0::MemoryManager*const)" cannot return a value.

void
XMLPlatformUtils::closeFile(const FileHandle theFile
                            , MemoryManager* const memmgr)
{
    if (!fgFileMgr)
ThrowXMLwithMemMgr(XMLPlatformUtilsException, XMLExcepts::CPtr_PointerIsZero, memmgr);

    return fgFileMgr->close(theFile, memmgr);
}

Patched. Thanks. -jdb

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to