Index: device/bluetooth/bluetooth_audio_sink.cc |
diff --git a/device/serial/buffer.cc b/device/bluetooth/bluetooth_audio_sink.cc |
similarity index 60% |
copy from device/serial/buffer.cc |
copy to device/bluetooth/bluetooth_audio_sink.cc |
index 2756d9fc59eb222fea7b3f779ce8226df8b4537a..4936b358057925f867fc4fc062a4905ca530d194 100644 |
--- a/device/serial/buffer.cc |
+++ b/device/bluetooth/bluetooth_audio_sink.cc |
@@ -2,14 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "device/serial/buffer.h" |
+#include "device/bluetooth/bluetooth_audio_sink.h" |
namespace device { |
-ReadOnlyBuffer::~ReadOnlyBuffer() { |
+BluetoothAudioSink::BluetoothAudioSink() { |
} |
-WritableBuffer::~WritableBuffer() { |
+BluetoothAudioSink::~BluetoothAudioSink() { |
} |
armansito
2014/12/02 19:20:19
You'll need to provide definitions for AudioSinkOp
Miao
2014/12/03 20:06:38
Done.
|
+ |
} // namespace device |