INTEGRATION: CWS jl3 (1.2.54); FILE MERGED

2004/02/17 11:45:56 jl 1.2.54.1: #i22146# clarified documentation
This commit is contained in:
Kurt Zenker
2004-03-25 13:50:27 +00:00
parent 17b88ed6cb
commit ac53b50277

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: virtualmachine.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: hr $ $Date: 2003-03-26 12:41:13 $
* last change: $Author: kz $ $Date: 2004-03-25 14:50:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ public:
/** Attach the current thread to a virtual machine.
@param rMachine
The virtual machine to attach to.
The virtual machine to attach to. Must not be a null reference.
@exception CreationException
Thrown in case attaching fails (due to a JNI problem).