http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2393 *** shadow/2393 Fri Jun 29 02:07:10 2001 --- shadow/2393.tmp.27189 Fri Jun 29 02:07:10 2001 *************** *** 0 **** --- 1,39 ---- + +============================================================================+ + | 3 missing virtual functions in Iconv390Transcoder | + +----------------------------------------------------------------------------+ + | Bug #: 2393 Product: Xerces-C | + | Status: NEW Version: 1.5 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + We're in the process of getting xerces to compile on OS/390 Classic and have + run into the following + errors when trying compilation Iconv390TransService.cpp: + + 'SCSSE.XML.CPP(ICONV300)'", line 313.12: CBC1174(S) An object of abstract + class "Iconv390Transcoder" cannot be created. + "SCSSE.XML.HPP(TRANSS00)", line 289.26: CBC1339(I) + "XMLTranscoder::transcodeFrom(const XMLByte*const,const unsigned + int,XMLCh*const,const unsigned int,unsigned int&,unsigned char*const)" is + an undefined pure virtual function. + "SCSSE.XML.HPP(TRANSS00)", line 299.26: CBC1339(I) + "XMLTranscoder::transcodeTo(const XMLCh*const,const unsigned + int,XMLByte*const,const unsigned int,unsigned int&,const UnRepOpts)" is an + undefined pure virtual function. + "SCSSE.XML.HPP(TRANSS00)", line 309.18: CBC1339(I) + "XMLTranscoder::canTranscodeTo(const unsigned int) const" is an + undefined pure virtual function. + CBC1793(I) Compilation failed for file //'SCSSE.XML.CPP(ICONV300)'. Object + file not created + + It seems that 3 virtual functions are not implemented for the + Iconv390Transcoder specialization of + XMLTranscoder. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
