www.pudn.com > BluetoothChat.rar > BluetoothAttributeObserver.h


#ifndef BLUETOOTHATTRIBUTEOBSERVER_H_ 
#define BLUETOOTHATTRIBUTEOBSERVER_H_ 
// CLASS DECLARATION 
 
 
class MBluetoothAttributeObserver 
	{ 
	public: 
		virtual void SetPort(TInt aPort) = 0; 
	}; 
 
#endif /*BLUETOOTHATTRIBUTEOBSERVER_H_*/