localconnectivityservice/obexserviceman/obexservicemanserver/inc/SrcsServiceManager.h
changeset 29 ce4f184690c9
parent 25 c4f07256ff37
equal deleted inserted replaced
28:ec1b007b6296 29:ce4f184690c9
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 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".
   139     * 
   139     * 
   140     */	
   140     */	
   141     void ServiceArray(CArrayPtr<CSrcsTransport> &aTransport, TBool aState);
   141     void ServiceArray(CArrayPtr<CSrcsTransport> &aTransport, TBool aState);
   142     
   142     
   143 private:
   143 private:
   144 
   144     
   145    /**
   145    /**
   146     * C++ default constructor.
   146     * C++ default constructor.
   147     */
   147     */
   148     CSrcsServiceManager();
   148     CSrcsServiceManager();
       
   149     
       
   150     /*
       
   151      * Perform service controllers post-initialization
       
   152      */
       
   153     void PostInitialize(CArrayPtr<CSrcsTransport> &aTransport);
   149     
   154     
   150     CArrayPtr<CSrcsTransport>*		iBTConnectionArray;		// array of BT Connections
   155     CArrayPtr<CSrcsTransport>*		iBTConnectionArray;		// array of BT Connections
   151     CArrayPtr<CSrcsTransport>*		iUSBConnectionArray;	// array of USB Connections
   156     CArrayPtr<CSrcsTransport>*		iUSBConnectionArray;	// array of USB Connections
   152     CArrayPtr<CSrcsTransport>*		iIrDAConnectionArray;	// array of IrDA Connections
   157     CArrayPtr<CSrcsTransport>*		iIrDAConnectionArray;	// array of IrDA Connections
   153     MObexSMRequestObserver*         iRequestObserver;	
   158     MObexSMRequestObserver*         iRequestObserver;	
   154     MObexSMRequestObserver*         iObserver; 
   159     MObexSMRequestObserver*         iObserver; 
   155     RMessage2                       iMessage;
   160     RMessage2                       iMessage;
   156     TInt                            iErrorState;
   161     TInt                            iErrorState;
   157     TPtrC8                          iTransportName;     // Service name
   162     TPtrC8                          iTransportName;     // Service name
       
   163     TSrcsTransport                  iTransportType;     // Service type
       
   164     TBool                           iTransportState;    // Service On/Off
   158     };
   165     };
   159 #endif      // SRCSSERVICEMANAGER_H
   166 #endif      // SRCSSERVICEMANAGER_H
   160 
   167 
   161 // End of File
   168 // End of File