src/gui/s60framework/qs60maindocument.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   103     // Create the application user interface, and return a pointer to it;
   103     // Create the application user interface, and return a pointer to it;
   104     // the framework takes ownership of this object
   104     // the framework takes ownership of this object
   105     return (static_cast <CEikAppUi*>(new(ELeave)QS60MainAppUi));
   105     return (static_cast <CEikAppUi*>(new(ELeave)QS60MainAppUi));
   106 }
   106 }
   107 
   107 
       
   108 /*!
       
   109   \internal
       
   110  */
   108 CFileStore *QS60MainDocument::OpenFileL(TBool aDoOpen, const TDesC &aFilename, RFs &aFs)
   111 CFileStore *QS60MainDocument::OpenFileL(TBool aDoOpen, const TDesC &aFilename, RFs &aFs)
   109 {
   112 {
   110     return QS60MainDocumentBase::OpenFileL(aDoOpen, aFilename, aFs);
   113     return QS60MainDocumentBase::OpenFileL(aDoOpen, aFilename, aFs);
   111 }
   114 }
   112 
   115 
       
   116 /*!
       
   117   \internal
       
   118  */
   113 void QS60MainDocument::OpenFileL(CFileStore *&aFileStore, RFile &aFile)
   119 void QS60MainDocument::OpenFileL(CFileStore *&aFileStore, RFile &aFile)
   114 {
   120 {
   115     QS60MainDocumentBase::OpenFileL(aFileStore, aFile);
   121     QS60MainDocumentBase::OpenFileL(aFileStore, aFile);
   116 }
   122 }
   117 
   123