bluetooth/btstack/linkmgr/Subscribers.h
branchRCL_3
changeset 11 20fda83a6398
parent 0 29b1cd4cb562
equal deleted inserted replaced
10:8a27654f7b62 11:20fda83a6398
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-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".
   117 private:
   117 private:
   118 	CDebugModeSubscriber(CLinkMgrProtocol& aLinkMgrProtocol);
   118 	CDebugModeSubscriber(CLinkMgrProtocol& aLinkMgrProtocol);
   119 	void RunL();
   119 	void RunL();
   120 	};
   120 	};
   121 
   121 
       
   122 NONSHARABLE_CLASS(CPageScanParametersSubscriber) : public CSubscriber
       
   123 	{
       
   124 public:
       
   125 	static CPageScanParametersSubscriber* NewL(CLinkMgrProtocol& aLinkMgrProtocol);
       
   126 private:
       
   127 	CPageScanParametersSubscriber(CLinkMgrProtocol& aLinkMgrProtocol);
       
   128 	void RunL();
       
   129 	};
       
   130 
   122 #endif //#ifndef _SUBSCRIBERS_H
   131 #endif //#ifndef _SUBSCRIBERS_H