Subversion Repositories DevTools

Rev

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

Rev 2218 Rev 2222
Line 28... Line 28...
28
#pragma warn -com
28
#pragma warn -com
29
#include <LoggingMacros.h>
29
#include <LoggingMacros.h>
30
#pragma warn +com
30
#pragma warn +com
31
//## end module%4205D0C403E2.includes
31
//## end module%4205D0C403E2.includes
32
 
32
 
-
 
33
// IXmlSchemaWrapperSchema
-
 
34
#include "IXmlSchemaWrapperSchema.h"
33
// IXmlSchemaWrapperElement
35
// IXmlSchemaWrapperElement
34
#include "IXmlSchemaWrapperElement.h"
36
#include "IXmlSchemaWrapperElement.h"
35
// IXmlSchemaWrapperHandle
37
// IXmlSchemaWrapperHandle
36
#include "IXmlSchemaWrapperHandle.h"
38
#include "IXmlSchemaWrapperHandle.h"
37
// IXmlSchemaWrapperFactory
39
// IXmlSchemaWrapperFactory
38
#include "IXmlSchemaWrapperFactory.h"
40
#include "IXmlSchemaWrapperFactory.h"
39
// IXmlSchemaWrapperStream
41
// IXmlSchemaWrapperStream
40
#include "IXmlSchemaWrapperStream.h"
42
#include "IXmlSchemaWrapperStream.h"
41
// IXmlSchemaWrapperSchema
-
 
42
#include "IXmlSchemaWrapperSchema.h"
-
 
43
// TransactionStream
43
// TransactionStream
44
#include "TransactionStream.h"
44
#include "TransactionStream.h"
45
// TransactionStructure
45
// TransactionStructure
46
#include "TransactionStructure.h"
46
#include "TransactionStructure.h"
47
//## begin module%4205D0C403E2.additionalDeclarations preserve=yes
47
//## begin module%4205D0C403E2.additionalDeclarations preserve=yes
Line 197... Line 197...
197
	return ( false );
197
	return ( false );
198
 
198
 
199
  //## end TransactionStructure::write%4207140A0268.body
199
  //## end TransactionStructure::write%4207140A0268.body
200
}
200
}
201
 
201
 
-
 
202
//## Operation: write%4236929B00A3
-
 
203
const bool TransactionStructure::write (XMLSchema::IXmlSchemaWrapperStream& stream, XMLSchema::IXmlSchemaWrapperQualification &qualifier)
-
 
204
{
-
 
205
  //## begin TransactionStructure::write%4236929B00A3.body preserve=yes
-
 
206
 
-
 
207
	return ( m_schema->serialise(
-
 
208
					m_structureHandle->c_str(),
-
 
209
					stream,
-
 
210
					&qualifier ) );
-
 
211
 
-
 
212
  //## end TransactionStructure::write%4236929B00A3.body
-
 
213
}
-
 
214
 
202
// Additional Declarations
215
// Additional Declarations
203
  //## begin TransactionStructure%4205D0C403E2.declarations preserve=yes
216
  //## begin TransactionStructure%4205D0C403E2.declarations preserve=yes
204
  //## end TransactionStructure%4205D0C403E2.declarations
217
  //## end TransactionStructure%4205D0C403E2.declarations
205
 
218
 
206
//## begin module%4205D0C403E2.epilog preserve=yes
219
//## begin module%4205D0C403E2.epilog preserve=yes