Symbian3/SDK/Source/GUID-D62A0234-348C-5553-B8C0-7B483AF9D50C.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
--- a/Symbian3/SDK/Source/GUID-D62A0234-348C-5553-B8C0-7B483AF9D50C.dita	Fri Jul 16 17:23:46 2010 +0100
+++ b/Symbian3/SDK/Source/GUID-D62A0234-348C-5553-B8C0-7B483AF9D50C.dita	Tue Jul 20 12:00:49 2010 +0100
@@ -26,13 +26,13 @@
 a mutex and vests ownership of the handle in the thread. </p>
 <fig id="GUID-5A22F71B-C146-53A9-B8A4-51D79D4EF668">
 <title>Thread-relative handle</title>
-<image href="GUID-7B589949-2784-5B77-959E-99F8733A8853_d0e230612_href.png" placement="inline"/>
+<image href="GUID-7B589949-2784-5B77-959E-99F8733A8853_d0e235592_href.png" placement="inline"/>
 </fig>
 <p>Compare with the following case where ownership of the mutex handle is
 vested in the process.</p>
 <fig id="GUID-6C60BB64-AE7B-5B46-983B-D6D65D8AB41C">
 <title>Process-relative handle</title>
-<image href="GUID-47511301-DFF9-52B0-9602-DD9D293D3044_d0e230623_href.png" placement="inline"/>
+<image href="GUID-47511301-DFF9-52B0-9602-DD9D293D3044_d0e235603_href.png" placement="inline"/>
 </fig>
 <p>In both cases, the mutex object is added to the appropriate Kernel container
 which can be considered as the owner of the object.</p>