idlehomescreen/xmluirendering/uiengine/src/xnnodeappif.cpp
branchCompilerCompatibility
changeset 12 119a7c064f0f
parent 9 f966699dea19
--- a/idlehomescreen/xmluirendering/uiengine/src/xnnodeappif.cpp	Mon Mar 08 21:43:12 2010 +0000
+++ b/idlehomescreen/xmluirendering/uiengine/src/xnnodeappif.cpp	Sun Mar 14 13:08:57 2010 +0000
@@ -21,6 +21,8 @@
 #include "xntype.h"
 #include "xnuiengine.h"
 #include "xndomnode.h"
+#include "xncomponent.h"
+#include "xncomponentnodeimpl.h"
 
 // ============================ MEMBER FUNCTIONS ===============================
 
@@ -279,3 +281,12 @@
         }
     return KNullDesC8;
     }
+
+// -----------------------------------------------------------------------------
+// CXnNodeAppIf::Component
+// -----------------------------------------------------------------------------
+//
+EXPORT_C CXnComponent& CXnNodeAppIf::Component()
+    {
+    return *iNode->ComponentNodeImpl()->Component();
+    }