mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Roll forward to cl/314747126
Signed-off-by: Alexey Polyudov <apolyudov@google.com> Change-Id: Ie19e006429b138b3768e97dae971a43fdc5ef8bf
This commit is contained in:
@@ -31,14 +31,11 @@ namespace nearby {
|
||||
|
||||
namespace pipe {
|
||||
|
||||
template <typename>
|
||||
class PipeInputStream;
|
||||
template <typename>
|
||||
class PipeOutputStream;
|
||||
|
||||
} // namespace pipe
|
||||
|
||||
template <typename Platform>
|
||||
class Pipe {
|
||||
public:
|
||||
Pipe();
|
||||
@@ -56,9 +53,7 @@ class Pipe {
|
||||
// classes.
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
template <typename>
|
||||
friend class pipe::PipeInputStream;
|
||||
template <typename>
|
||||
friend class pipe::PipeOutputStream;
|
||||
|
||||
ExceptionOr<ConstPtr<ByteArray> > read(std::int64_t size);
|
||||
@@ -84,6 +79,4 @@ class Pipe {
|
||||
} // namespace nearby
|
||||
} // namespace location
|
||||
|
||||
#include "platform/pipe.cc"
|
||||
|
||||
#endif // PLATFORM_PIPE_H_
|
||||
|
||||
Reference in New Issue
Block a user