localconnectivityservice/obexserviceman/plugins/inc/usb/obexsmusbconnection.h
changeset 29 ce4f184690c9
parent 0 c3e98f10fcf4
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".
    53 	* Check if OBEX service is still active.
    53 	* Check if OBEX service is still active.
    54     * @return ETrue: OBEX service is still active.
    54     * @return ETrue: OBEX service is still active.
    55 	*		  EFalse: OBEX service is inactive.
    55 	*		  EFalse: OBEX service is inactive.
    56 	*/
    56 	*/
    57 	TBool IsOBEXActive();
    57 	TBool IsOBEXActive();
    58 	
    58 	    
    59 	
    59    /** 
       
    60     * Perform any outstanding initialization tasks
       
    61     *
       
    62     * @return none.
       
    63     */
       
    64    void PostInitializeL();
    60 
    65 
    61 private:
    66 private:
    62 
    67 
    63    /**
    68    /**
    64     * C++ default constructor.
    69     * C++ default constructor.
    94     
    99     
    95 
   100 
    96 private:
   101 private:
    97     CObexServer* iServer;                               // Obex Server
   102     CObexServer* iServer;                               // Obex Server
    98     CSrcsInterface* iController;                        // Service Controller callback
   103     CSrcsInterface* iController;                        // Service Controller callback
    99     CImplementationInformation* iImplementationInfo;    // Implementation Info        
   104     CImplementationInformation* iImplementationInfo;    // Implementation Info    
       
   105     TUid iImplUid;
   100     };
   106     };
   101 
   107 
   102 #endif      // OBEXSMUSBCONNECTION_H
   108 #endif      // OBEXSMUSBCONNECTION_H
   103 
   109 
   104 // End of File
   110 // End of File