classicui_plat/personalisation_slide_show_dialog_api/inc/pslnslidesetdialoginterface.inl
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
--- a/classicui_plat/personalisation_slide_show_dialog_api/inc/pslnslidesetdialoginterface.inl	Fri Jun 25 18:53:58 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-/*
-* Copyright (c) 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:  Inline methods for the Psln slide set settings dialog interface.
-*
-*/
-
-
-// ============================ MEMBER FUNCTIONS ===============================
-// -----------------------------------------------------------------------------
-// Destructor.
-// -----------------------------------------------------------------------------
-//
-inline CPslnSlidesetDialogInterface::~CPslnSlidesetDialogInterface()
-    {
-    REComSession::DestroyedImplementation( iDtor_ID_Key );
-    }
-
-// -----------------------------------------------------------------------------
-// Two-phased constructor.
-// -----------------------------------------------------------------------------
-//
-inline CPslnSlidesetDialogInterface* CPslnSlidesetDialogInterface::NewL( 
-    TUid aImplementationUid ) 
-    {
-    TAny* ptr;
-    TInt32 keyOffset = _FOFF( CPslnSlidesetDialogInterface, iDtor_ID_Key );
-    ptr = REComSession::CreateImplementationL(
-        aImplementationUid,
-        keyOffset );
-
-    return reinterpret_cast<CPslnSlidesetDialogInterface*>(ptr);
-    }
-
-// -----------------------------------------------------------------------------
-// Reserved for future use.
-// -----------------------------------------------------------------------------
-//
-inline TAny* CPslnSlidesetDialogInterface::CustomOperationL(
-    TAny* /*aParam1*/, 
-    TAny* /*aParam2*/ )
-    {
-    return NULL;
-    }
-
-//  End of File  
-