First public contribution.
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
16 * Part of : stdio server
17 * To implement the timer for transient server
28 #include <e32base.h>//CTimer
30 //-----------------------------------------------------------------------
31 //Class name: CShutDown
32 //Description: Class to Implement the Timer so that stdio server can be
33 // implemented as Transient Server. This class provides the API for
34 // the server to implement itself as Transient.
35 //-----------------------------------------------------------------------
37 class CShutDown : public CTimer
40 static CShutDown* NewL();