idlehomescreen/xmluirendering/uiengine/src/xnnodeappif.cpp
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    19 #include "xnnode.h"
    19 #include "xnnode.h"
    20 #include "xnnodeappif.h"
    20 #include "xnnodeappif.h"
    21 #include "xntype.h"
    21 #include "xntype.h"
    22 #include "xnuiengine.h"
    22 #include "xnuiengine.h"
    23 #include "xndomnode.h"
    23 #include "xndomnode.h"
       
    24 #include "xncomponent.h"
       
    25 #include "xncomponentnodeimpl.h"
    24 
    26 
    25 // ============================ MEMBER FUNCTIONS ===============================
    27 // ============================ MEMBER FUNCTIONS ===============================
    26 
    28 
    27 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------
    28 // CXnNodeAppIf::CXnNodeAppIf()
    30 // CXnNodeAppIf::CXnNodeAppIf()
   277         {
   279         {
   278         return node->Namespace();
   280         return node->Namespace();
   279         }
   281         }
   280     return KNullDesC8;
   282     return KNullDesC8;
   281     }
   283     }
       
   284 
       
   285 // -----------------------------------------------------------------------------
       
   286 // CXnNodeAppIf::Component
       
   287 // -----------------------------------------------------------------------------
       
   288 //
       
   289 EXPORT_C CXnComponent& CXnNodeAppIf::Component()
       
   290     {
       
   291     return *iNode->ComponentNodeImpl()->Component();
       
   292     }