diff -r 0a271e5c9962 -r 91ba8de50d7b sysstatemgmt/systemstatemgr/inc/ssmadaptationcli.h --- a/sysstatemgmt/systemstatemgr/inc/ssmadaptationcli.h Mon Mar 08 21:44:39 2010 +0000 +++ b/sysstatemgmt/systemstatemgr/inc/ssmadaptationcli.h Sun Mar 14 13:15:06 2010 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-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" @@ -36,8 +36,12 @@ public: IMPORT_C TInt Connect(); IMPORT_C TInt Connect(TInt aAsyncMessageSlotCount); + //Used by testcode only +#ifdef TEST_SSM_SERVER + TInt Connect(const TDesC& aServerName); +#endif //TEST_SSM_SERVER private: - TInt DoConnect(TInt aAsyncMessageSlotCount); + TInt DoConnect(const TDesC& aServerName, TInt aAsyncMessageSlotCount); TVersion Version() const; };