loadgen/engine/inc/loadgen_bluetooth.h
changeset 48 da3ec8478e66
parent 17 4f2773374eff
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
    48     virtual void Suspend();
    48     virtual void Suspend();
    49     virtual void SetPriority();
    49     virtual void SetPriority();
    50     virtual void Close();
    50     virtual void Close();
    51     virtual TPtrC Description();
    51     virtual TPtrC Description();
    52     inline TBluetoothAttributes& Attributes() { return iAttributes; }
    52     inline TBluetoothAttributes& Attributes() { return iAttributes; }
    53 	inline void SetAttributes(TBluetoothAttributes aAttributes) { iAttributes = aAttributes; }
    53 	inline void SetAttributes(const TBluetoothAttributes& aAttributes) { iAttributes = aAttributes; }
    54     
    54     
    55 public:  // New static methods
    55 public:  // New static methods
    56     static TInt ThreadFunction(TAny* aThreadArg);
    56     static TInt ThreadFunction(TAny* aThreadArg);
    57     
    57     
    58 private:  // New static methods
    58 private:  // New static methods