sysstatemgmt/systemstatemgr/inc/ssmadaptationcli.h
branchRCL_3
changeset 3 a811597961f0
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 3:a811597961f0
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    34 class RSsmAdaptationBase: public RSessionBase
    34 class RSsmAdaptationBase: public RSessionBase
    35 	{
    35 	{
    36 public:
    36 public:
    37 	IMPORT_C TInt Connect();
    37 	IMPORT_C TInt Connect();
    38 	IMPORT_C TInt Connect(TInt aAsyncMessageSlotCount);
    38 	IMPORT_C TInt Connect(TInt aAsyncMessageSlotCount);
       
    39 	//Used by testcode only
       
    40 #ifdef TEST_SSM_SERVER
       
    41     TInt Connect(const TDesC& aServerName);
       
    42 #endif //TEST_SSM_SERVER
    39 private:
    43 private:
    40 	TInt DoConnect(TInt aAsyncMessageSlotCount);
    44     TInt DoConnect(const TDesC& aServerName, TInt aAsyncMessageSlotCount);
    41 	TVersion Version() const;
    45 	TVersion Version() const;
    42 	};
    46 	};
    43 
    47 
    44 
    48 
    45 /**
    49 /**