bearermanagement/mpm/inc/mpmdialogbase.h
changeset 71 9f263f780e41
parent 0 5a93021fdf25
--- a/bearermanagement/mpm/inc/mpmdialogbase.h	Wed Oct 27 17:43:56 2010 +0300
+++ b/bearermanagement/mpm/inc/mpmdialogbase.h	Wed Oct 27 17:51:11 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2009-2010 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"
@@ -76,7 +76,7 @@
      * @param aError Error that caused leave.
      * @return KErrNone
      */
-    virtual TInt RunError( TInt aError ) { return CActive::RunError( aError ); }
+    virtual TInt RunError( TInt aError ) = 0;
 
     /**
      * Called automatically from the Base class implementation.