devicesrv_plat/dos_extension_api/inc/dossvrservices.h
changeset 74 9d35fd98f273
parent 0 4e1aa6a622a0
equal deleted inserted replaced
69:dc67b94625c5 74:9d35fd98f273
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 #ifndef __DOSSVRSERVICES_H__
    21 #ifndef __DOSSVRSERVICES_H__
    22 #define __DOSSVRSERVICES_H__
    22 #define __DOSSVRSERVICES_H__
    23 
    23 
    24 // INCLUDES
    24 // INCLUDES
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <psvariables.h>
    26 #include <PSVariables.h>
    27 #include <bttypes.h> // TBTDevAddr, THCIConnHandle
    27 #include <bttypes.h> // TBTDevAddr, THCIConnHandle
    28 
    28 
    29 /**
    29 /**
    30 * This represents parameter info and it is used when transfering
    30 * This represents parameter info and it is used when transfering
    31 * paramenter data between client and server in case of extended
    31 * paramenter data between client and server in case of extended
   462 
   462 
   463 	//To check if the server was connected by this object
   463 	//To check if the server was connected by this object
   464 	TBool iOwnServer;
   464 	TBool iOwnServer;
   465 };
   465 };
   466 
   466 
   467 #include "dossvrservices.inl"
   467 #include "DosSvrServices.inl"
   468 
   468 
   469 
   469 
   470 #endif // __DOSSVRSERVICES_H__
   470 #endif // __DOSSVRSERVICES_H__