Author: rleigh
Date: Thu Jan  4 16:48:15 2018
New Revision: 1820126

URL: http://svn.apache.org/viewvc?rev=1820126&view=rev
Log:
util: TransService: Export ArrayJanitor specialisations

Modified:
    xerces/c/trunk/src/xercesc/util/TransService.hpp

Modified: xerces/c/trunk/src/xercesc/util/TransService.hpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/TransService.hpp?rev=1820126&r1=1820125&r2=1820126&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/TransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/TransService.hpp Thu Jan  4 16:48:15 2018
@@ -461,6 +461,9 @@ private :
     XMLLCPTranscoder& operator=(const XMLLCPTranscoder&);
 };
 
+template class XMLUTIL_EXPORT ArrayJanitor<XMLByte>;
+template class XMLUTIL_EXPORT ArrayJanitor<XMLCh>;
+
 //
 // This class can be used to transcode to a target encoding. It manages the
 // memory allocated for the transcode in an exception safe manner, 
automatically



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to