blob: eed1b7b4bcabc3c36372cbf62895cafc4649d7ea [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "libprotobinder/ibinder.h"
#include <stddef.h>
namespace protobinder {
IBinder::IBinder() {
}
IBinder::~IBinder() {
}
const BinderHost* IBinder::GetBinderHost() const {
return nullptr;
}
const BinderProxy* IBinder::GetBinderProxy() const {
return nullptr;
}
} // namespace protobinder