usbuis/usbui/inc/USBClassChangeUIDocument.h
branchRCL_3
changeset 23 25fce757be94
parent 22 5b2a402e96ac
child 24 e02eb84a14d2
--- a/usbuis/usbui/inc/USBClassChangeUIDocument.h	Thu Aug 19 10:54:11 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
-/*
-* Copyright (c) 2005, 2006 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Declares document for application.
-*
-*/
-
-
-#ifndef USBCLASSCHANGEUIDOCUMENT_H
-#define USBCLASSCHANGEUIDOCUMENT_H
-
-// INCLUDES
-#include <AknDoc.h>
-
-// CONSTANTS
-
-// FORWARD DECLARATIONS
-
-class CEikAppUi;
-class CUSBClassChangeUIModel;
-
-// CLASS DECLARATION
-
-/**
-*  This class is a base class mandatory for all Symbian OS UI applications.
-*
-*  @lib
-*  @since Series 60 3.0
-*/
-class CUSBClassChangeUIDocument : public CAknDocument
-    {
-    public: // Constructors and destructor
-
-		
-	    /**
-        * C++ default constructor.
-        */
-        CUSBClassChangeUIDocument( 
-            CEikApplication& aApp ): CAknDocument( aApp ){ }
-		
-		
-	    /**
-        * Destructor.
-        */
-        virtual ~CUSBClassChangeUIDocument();
-        
-    public:		// New functions
-	
-	private: // Functions from base classes
-
-	    /**
-        * From CEikDocument, to create CUSBClassChangeUiAppUi "App UI" object.
-        */
-        CEikAppUi* CreateAppUiL();
-	
-	private:
-	
-        
-	private:	// Data	
-    };
-
-#endif
-
-// End of File