Subversion Repositories DevTools

Rev

Rev 2218 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2218 Rev 2222
Line 609... Line 609...
609
				const string	streamtype	= "XDR";
609
				const string	streamtype	= "XDR";
610
				const string	stream_args;
610
				const string	stream_args;
611
				void *			stream		= 0;
611
				void *			stream		= 0;
612
				unsigned int	stream_size	= 0;
612
				unsigned int	stream_size	= 0;
613
 
613
 
614
				if ( m_XMLSchema->Serialise( headerHandle, streamtype, stream_args, stream, stream_size, 0, 0 ) )
614
				if ( m_XMLSchema->Serialise( headerHandle, streamtype, stream_args, stream, stream_size, 0, 0, 0 ) )
615
				{
615
				{
616
					payload->Write( stream, stream_size );
616
					payload->Write( stream, stream_size );
617
				}
617
				}
618
			}
618
			}
619
 
619
 
Line 637... Line 637...
637
						streamtype,
637
						streamtype,
638
						stream_args,
638
						stream_args,
639
						stream,
639
						stream,
640
						stream_size,
640
						stream_size,
641
						0,
641
						0,
-
 
642
						0,
642
						0 ) )
643
						0 ) )
643
				{
644
				{
644
					payload->Write( stream, stream_size );
645
					payload->Write( stream, stream_size );
645
#ifdef STORE_IN_DATABASE
646
#ifdef STORE_IN_DATABASE
646
					createTransaction(
647
					createTransaction(