Update contrib.
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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.
14 * Description: scsserverconstants.h
25 #ifndef SCSSERVERCONSTANTS_H
26 #define SCSSERVERCONSTANTS_H
28 // -------- debugging --------
31 The server is panicked with this category when it detects an invalid state.
36 _LIT(KServerPanicCat, "SCS-Server");
41 The server is panicked with these reasons when it detects an invalid state.
43 @see TScsServerPanicCat
46 ESvrRemSessions = 0, ///< Server object destroyed with outstanding sessions.
47 ESvrRemCleanup = 1, ///< Server object destroyed with outstanding cleanup.
48 ESvrRemRequests = 2 ///< Server object destroyed with outstanding requests.
52 void PanicServer(TServerPanic aPanic);
54 void PanicClient(const RMessagePtr2& aMessage, ScsImpl::TScsClientPanic aReason);
56 #endif // SCSSERVERCONSTANTS_H