dbertoni 2003/03/26 14:26:44
Modified: c/src/XPath XPathEvaluator.hpp
Log:
Augmented documentation.
Revision Changes Path
1.7 +7 -3 xml-xalan/c/src/XPath/XPathEvaluator.hpp
Index: XPathEvaluator.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEvaluator.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XPathEvaluator.hpp 21 Nov 2002 01:26:18 -0000 1.6
+++ XPathEvaluator.hpp 26 Mar 2003 22:26:44 -0000 1.7
@@ -109,12 +109,16 @@
public:
// Static initializer to be called before any instances are
- // created.
+ // created. The call is _not_ thread-safe, you must only call
+ // it once, unless you have called terminate previously, and
+ // you want to re-initialize the library.
static void
initialize();
- // Static terminator to be called when after all instances
- // are destroyed.
+ // Static terminator to be called after all instances
+ // are destroyed. The call is _not_ thread-safe. Once
+ // terminated, you can call initialize() again, to
+ // re-initialize the library.
static void
terminate();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]