--- a/Symbian3/PDK/Source/GUID-DD568637-CD37-5E4C-AD78-4AA5AFE1E9D8.dita Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-DD568637-CD37-5E4C-AD78-4AA5AFE1E9D8.dita Tue Mar 30 11:56:28 2010 +0100
@@ -11,7 +11,7 @@
PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-DD568637-CD37-5E4C-AD78-4AA5AFE1E9D8" xml:lang="en"><title>Entry
Point Implementation</title><shortdesc>Media driver must implement an entry point function that creates
-a PDD factory object that is derived from <apiname>DPhysicalDevice</apiname>.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
+a PDD factory object that is derived from <codeph>DPhysicalDevice</codeph>.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>Because media drivers are implemented as kernel extensions, use the <xref href="GUID-F10BBEC9-FC49-3B85-9B7F-9A6DB66A7B30.dita"><apiname>DECLARE_EXTENSION_PDD()</apiname></xref> macro
as a wrapper around the code that creates your factory object; the following
code fragment is typical: </p>