00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef AUDIOSTREAMDOCUMENT_H 00006 #define AUDIOSTREAMDOCUMENT_H 00007 00008 // INCLUDES 00009 #include <akndoc.h> 00010 00011 // CONSTANTS 00012 00013 // FORWARD DECLARATIONS 00014 class CEikAppUi; 00015 00016 // CLASS DECLARATION 00017 00022 class CAudioStreamDocument : public CAknDocument 00023 { 00024 public: // Constructors and destructor 00028 static CAudioStreamDocument* NewL(CEikApplication& aApp); 00029 00033 virtual ~CAudioStreamDocument(); 00034 00035 public: // New functions 00036 00037 public: // Functions from base classes 00038 00039 protected: // New functions 00040 00041 protected: // Functions from base classes 00042 00043 private: 00044 00048 CAudioStreamDocument(CEikApplication& aApp); 00049 void ConstructL(); 00050 00051 private: 00052 00056 CEikAppUi* CreateAppUiL(); 00057 }; 00058 00059 #endif 00060 00061 // End of File 00062
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.