dmitryh 2004/11/10 19:27:20
Modified: c/src/xalanc/Harness XalanFileUtility.hpp
c/src/xalanc/PlatformSupport XalanDecimalFormatSymbols.hpp
XalanParsedURI.hpp XalanTranscodingServices.hpp
c/src/xalanc/XPath NodeRefList.hpp XNumber.hpp
c/src/xalanc/XSLT GenerateEvent.hpp XResultTreeFrag.hpp
XSLTResultTarget.hpp XalanMatchPatternData.hpp
c/src/xalanc/XalanTransformer
XalanSourceTreeWrapperParsedSource.hpp
XalanTransformerProblemListener.hpp
XercesDOMWrapperParsedSource.hpp
Log:
Fix for VC6 build
Revision Changes Path
1.3 +12 -0 xml-xalan/c/src/xalanc/Harness/XalanFileUtility.hpp
Index: XalanFileUtility.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/Harness/XalanFileUtility.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XalanFileUtility.hpp 8 Nov 2004 18:05:41 -0000 1.2
+++ XalanFileUtility.hpp 11 Nov 2004 03:27:20 -0000 1.3
@@ -82,6 +82,10 @@
void
reset();
+ private:
+ //Not implemented
+ reportStruct();
+ reportStruct(const reportStruct&);
} data;
@@ -122,6 +126,10 @@
{
return help;
}
+ private:
+ //Not implemented
+ cmdParams();
+ cmdParams(const cmdParams&);
} args;
@@ -410,6 +418,10 @@
debugAttributeData(const XalanDOMString& value) const;
#endif
+private:
+ //Not implemented
+ XalanFileUtility();
+ XalanFileUtility(const XalanFileUtility&);
}; // end of class FileUtility
1.6 +3 -0
xml-xalan/c/src/xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp
Index: XalanDecimalFormatSymbols.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XalanDecimalFormatSymbols.hpp 8 Nov 2004 18:11:05 -0000 1.5
+++ XalanDecimalFormatSymbols.hpp 11 Nov 2004 03:27:20 -0000 1.6
@@ -410,6 +410,9 @@
}
private:
+ // not implemented
+ XalanDecimalFormatSymbols();
+ XalanDecimalFormatSymbols(const XalanDecimalFormatSymbols&);
XalanDOMString m_currencySymbol;
1.6 +4 -0 xml-xalan/c/src/xalanc/PlatformSupport/XalanParsedURI.hpp
Index: XalanParsedURI.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanParsedURI.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XalanParsedURI.hpp 8 Nov 2004 18:11:05 -0000 1.5
+++ XalanParsedURI.hpp 11 Nov 2004 03:27:20 -0000 1.6
@@ -387,6 +387,10 @@
}
private:
+ // not implemented
+ XalanParsedURI();
+ XalanParsedURI(const XalanParsedURI&);
+
XalanDOMString m_scheme;
XalanDOMString m_authority;
XalanDOMString m_path;
1.9 +2 -0
xml-xalan/c/src/xalanc/PlatformSupport/XalanTranscodingServices.hpp
Index: XalanTranscodingServices.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanTranscodingServices.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XalanTranscodingServices.hpp 8 Nov 2004 18:11:05 -0000 1.8
+++ XalanTranscodingServices.hpp 11 Nov 2004 03:27:20 -0000 1.9
@@ -264,6 +264,8 @@
}
private:
+ // not implemented
+ UnrepresentableCharacterException(const
UnrepresentableCharacterException&);
static const XalanDOMChar m_type[];
1.8 +2 -2 xml-xalan/c/src/xalanc/XPath/NodeRefList.hpp
Index: NodeRefList.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/NodeRefList.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- NodeRefList.hpp 10 Nov 2004 19:09:11 -0000 1.7
+++ NodeRefList.hpp 11 Nov 2004 03:27:20 -0000 1.8
@@ -50,7 +50,7 @@
*
* @param theSource source node list
*/
- NodeRefList(const NodeRefList& theSource, MemoryManagerType&
theManager XALAN_DEFAULT_MEMMGR);
+ NodeRefList(const NodeRefList& theSource, MemoryManagerType&
theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
MemoryManagerType&
getMemoryManager()
@@ -64,7 +64,7 @@
* @param theSource source node list
*/
explicit
- NodeRefList(const NodeRefListBase& theSource, MemoryManagerType&
theManager XALAN_DEFAULT_MEMMGR);
+ NodeRefList(const NodeRefListBase& theSource, MemoryManagerType&
theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
virtual
~NodeRefList();
1.6 +3 -0 xml-xalan/c/src/xalanc/XPath/XNumber.hpp
Index: XNumber.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XNumber.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XNumber.hpp 8 Nov 2004 18:17:12 -0000 1.5
+++ XNumber.hpp 11 Nov 2004 03:27:20 -0000 1.6
@@ -83,6 +83,9 @@
set(double theValue);
private:
+ // not implemented
+ XNumber();
+ XNumber(const XNumber&);
// Value of the number being represented.
double m_value;
1.6 +6 -2 xml-xalan/c/src/xalanc/XSLT/GenerateEvent.hpp
Index: GenerateEvent.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/GenerateEvent.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- GenerateEvent.hpp 8 Nov 2004 18:18:56 -0000 1.5
+++ GenerateEvent.hpp 11 Nov 2004 03:27:20 -0000 1.6
@@ -111,8 +111,8 @@
*
* @param eventType one of the EVENTTYPE_XXX constants
*/
- GenerateEvent(EventType eventType,
- MemoryManagerType& theManager);
+ GenerateEvent(EventType eventType,
+ MemoryManagerType& theManager);
/**
* Constructor for startElement, endElement events.
@@ -215,6 +215,10 @@
* The current attribute list.
*/
const AttributeListType* m_pAtts;
+private:
+ // not imlplemented
+ GenerateEvent();
+ GenerateEvent(const GenerateEvent&);
};
1.8 +3 -0 xml-xalan/c/src/xalanc/XSLT/XResultTreeFrag.hpp
Index: XResultTreeFrag.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XResultTreeFrag.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XResultTreeFrag.hpp 8 Nov 2004 18:18:56 -0000 1.7
+++ XResultTreeFrag.hpp 11 Nov 2004 03:27:20 -0000 1.8
@@ -150,6 +150,9 @@
dereferenced();
private:
+ //not implemented
+ XResultTreeFrag();
+ XResultTreeFrag(const XResultTreeFrag&);
// Data members...
XalanDocumentFragment* m_value;
1.11 +8 -8 xml-xalan/c/src/xalanc/XSLT/XSLTResultTarget.hpp
Index: XSLTResultTarget.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XSLTResultTarget.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XSLTResultTarget.hpp 10 Nov 2004 19:09:11 -0000 1.10
+++ XSLTResultTarget.hpp 11 Nov 2004 03:27:20 -0000 1.11
@@ -76,7 +76,7 @@
* @param fileName valid system file name
*/
XSLTResultTarget(const XalanDOMChar* fileName,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
/**
* Create a new output target with a file name.
@@ -84,7 +84,7 @@
* @param fileName valid system file name
*/
XSLTResultTarget(const char* fileName,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
/**
* Create a new output target with a stream.
@@ -92,7 +92,7 @@
* @param byteStream a pointer to a std ostream for the output
*/
XSLTResultTarget(StreamType* theStream,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
/**
* Create a new output target with a stream.
@@ -100,7 +100,7 @@
* @param byteStream a reference to a std ostream for the output
*/
XSLTResultTarget(StreamType& theStream,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
/**
* Create a new output target with a character stream.
@@ -109,7 +109,7 @@
* will be written
*/
XSLTResultTarget(Writer* characterStream,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
/**
* Create a new output target with a stream.
@@ -118,7 +118,7 @@
* will be written
*/
XSLTResultTarget(FILE* characterStream,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
/**
* Create a new output target with a FormatterListener.
@@ -126,10 +126,10 @@
* @param flistener A FormatterListener instance for result tree events.
*/
XSLTResultTarget(FormatterListener& flistener,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
XSLTResultTarget(const XSLTResultTarget& other,
- MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR);
~XSLTResultTarget();
/**
1.3 +3 -0 xml-xalan/c/src/xalanc/XSLT/XalanMatchPatternData.hpp
Index: XalanMatchPatternData.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XalanMatchPatternData.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XalanMatchPatternData.hpp 8 Nov 2004 18:18:56 -0000 1.2
+++ XalanMatchPatternData.hpp 11 Nov 2004 03:27:20 -0000 1.3
@@ -157,6 +157,9 @@
getPriorityOrDefault() const;
private:
+ // not implemented
+ XalanMatchPatternData();
+ XalanMatchPatternData( const XalanMatchPatternData&);
const ElemTemplate* m_template;
1.7 +3 -0
xml-xalan/c/src/xalanc/XalanTransformer/XalanSourceTreeWrapperParsedSource.hpp
Index: XalanSourceTreeWrapperParsedSource.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/XalanTransformer/XalanSourceTreeWrapperParsedSource.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XalanSourceTreeWrapperParsedSource.hpp 10 Nov 2004 19:09:12 -0000
1.6
+++ XalanSourceTreeWrapperParsedSource.hpp 11 Nov 2004 03:27:20 -0000
1.7
@@ -70,6 +70,9 @@
getURI() const;
private:
+ //not implemented
+ XalanSourceTreeWrapperParsedSource();
+ XalanSourceTreeWrapperParsedSource(const
XalanSourceTreeWrapperParsedSource&);
XalanSourceTreeParserLiaison& m_parserLiaison;
1.6 +3 -0
xml-xalan/c/src/xalanc/XalanTransformer/XalanTransformerProblemListener.hpp
Index: XalanTransformerProblemListener.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/XalanTransformer/XalanTransformerProblemListener.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XalanTransformerProblemListener.hpp 8 Nov 2004 19:20:05 -0000
1.5
+++ XalanTransformerProblemListener.hpp 11 Nov 2004 03:27:20 -0000
1.6
@@ -76,6 +76,9 @@
int
charOffset);
private:
+ //not implemented
+ XalanTransformerProblemListener();
+ XalanTransformerProblemListener(const XalanTransformerProblemListener&);
ProblemListenerDefault m_problemListener;
1.8 +3 -0
xml-xalan/c/src/xalanc/XalanTransformer/XercesDOMWrapperParsedSource.hpp
Index: XercesDOMWrapperParsedSource.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/XalanTransformer/XercesDOMWrapperParsedSource.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XercesDOMWrapperParsedSource.hpp 10 Nov 2004 19:09:12 -0000 1.7
+++ XercesDOMWrapperParsedSource.hpp 11 Nov 2004 03:27:20 -0000 1.8
@@ -106,6 +106,9 @@
getURI() const;
private:
+ //Not implemented
+ XercesDOMWrapperParsedSource();
+ XercesDOMWrapperParsedSource(const XercesDOMWrapperParsedSource&);
XercesParserLiaison& m_parserLiaison;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]