blob: 5ee85b2e0d7c43b553b9c6795d7c039a305c8e46 [file] [log] [blame]
#pragma once
#include <binder/IBinder.h>
#include <binder/IInterface.h>
#include <utils/Errors.h>
#include <android/aidl/tests/IOldName.h>
namespace android {
namespace aidl {
namespace tests {
class BpOldName : public ::android::BpInterface<IOldName> {
public:
explicit BpOldName(const ::android::sp<::android::IBinder>& _aidl_impl);
virtual ~BpOldName() = default;
::android::binder::Status RealName(::android::String16* _aidl_return) override;
}; // class BpOldName
} // namespace tests
} // namespace aidl
} // namespace android