00001 // Copyright (c) 2006 Nokia Corporation. 00002 00003 #include "AOLabBubbleSortDocument.h" 00004 #include "AOLabBubbleSortApplication.h" 00005 00006 // UID for the application 00007 const TUid KUidAOLabBubbleSortApp = { 0x0515DFCE }; 00008 00009 00010 // Creates CApaDocument object 00011 CApaDocument* CAOLabBubbleSortApplication::CreateDocumentL() 00012 { 00013 return CAOLabBubbleSortDocument::NewL(*this); 00014 } 00015 00016 00017 // Returns application UID 00018 TUid CAOLabBubbleSortApplication::AppDllUid() const 00019 { 00020 return KUidAOLabBubbleSortApp; 00021 } 00022 00023 // End of File