Symbian3/PDK/Source/GUID-80E0DB93-A96A-54A8-A201-E11935418BE7.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-80E0DB93-A96A-54A8-A201-E11935418BE7.dita	Fri Jul 02 12:51:36 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-80E0DB93-A96A-54A8-A201-E11935418BE7.dita	Fri Jul 16 17:23:46 2010 +0100
@@ -25,7 +25,7 @@
 managing these multiple sequences. This means that each session object has
 a state machine object, an instance of the <xref href="GUID-022AC0FE-86EE-3908-A9F8-4A33D04A68A5.dita"><apiname>TMMCStateMachine</apiname></xref> class. </p>
 <fig id="GUID-3CD3F1EF-FB6A-5D5D-B806-75536F8DF533">
-<image href="GUID-4592D493-A47C-5622-8C03-F24FABB4381C_d0e393982_href.png" placement="inline"/>
+<image href="GUID-4592D493-A47C-5622-8C03-F24FABB4381C_d0e399835_href.png" placement="inline"/>
 </fig>
 <p>The state machine remembers the next state and child function name, and
 moves to that state as soon as control returns to the session. </p>
@@ -57,7 +57,7 @@
 not trapped at any level in the state machine hierarchy leads to the state
 machine terminating with that error value. </p> </li>
 </ul> <fig id="GUID-064C53DB-6A96-5C6D-B3CD-B40A0251EF66">
-<image href="GUID-D8911BE6-100D-588A-8E5C-A429A72AFCDA_d0e394067_href.png" placement="inline"/>
+<image href="GUID-D8911BE6-100D-588A-8E5C-A429A72AFCDA_d0e399920_href.png" placement="inline"/>
 </fig> <p>In general, the overall state of the state machine reflects the
 state of the current state entry; for example, <xref href="GUID-E32D6BC3-F8D9-3F7E-94F6-56633B645D6A.dita#GUID-E32D6BC3-F8D9-3F7E-94F6-56633B645D6A/GUID-48F37107-2D11-3550-890B-D79844A97DBF"><apiname>TMMCStatemachine::State()</apiname></xref> returns
 the state held in the current state entry. </p> <p>While the flow of control
@@ -66,7 +66,7 @@
 is handled by the function <codeph>PF()</codeph>. The code decides to pass
 control to the child function <codeph>CF()</codeph>, but ensures that, on
 completion, the next state in the current stack entry will be <codeph>Sn+1</codeph>. </p> <fig id="GUID-6ACBC49E-14EE-526B-A1A3-426B64BF8476">
-<image href="GUID-D2D41326-BA88-5A02-805B-5EAEC29ADB5D_d0e394094_href.png" placement="inline"/>
+<image href="GUID-D2D41326-BA88-5A02-805B-5EAEC29ADB5D_d0e399947_href.png" placement="inline"/>
 </fig> <p>For example, the <xref href="GUID-B5193656-9819-3E00-A335-EEF1726115A5.dita#GUID-B5193656-9819-3E00-A335-EEF1726115A5/GUID-F71A4421-2F9E-39FD-A352-97ECAAFE822D"><apiname>DMMCStack::CIMUpdateAcqSM()</apiname></xref> function
 implements the CIM_UPDATE_ACQ macro as defined by the <i>MultiMediaCard System
 Specification</i>, and is a typical state machine function. </p> <p>Most commands
@@ -231,6 +231,6 @@
 where the card is not yet selected. Note that the lowest level state machine
 function called is <codeph>IssueMMCCommandSM()</codeph>, which is implemented
 by the base port. </p> <fig id="GUID-A67E1B8E-322A-5AC8-9EEA-AC24C8868E81">
-<image href="GUID-A51C3E48-3ED0-519B-A128-C5175D7E175B_d0e394493_href.png" placement="inline"/>
+<image href="GUID-A51C3E48-3ED0-519B-A128-C5175D7E175B_d0e400346_href.png" placement="inline"/>
 </fig> </section>
 </conbody></concept>
\ No newline at end of file