blob: 70f19a9abe5f1ec657fe12c29a119282df28e2bc [file] [log] [blame]
#ifndef AIDL_GENERATED_FOO_BN_FOO_H_
#define AIDL_GENERATED_FOO_BN_FOO_H_
#include <binder/IInterface.h>
#include <foo/IFoo.h>
namespace foo {
class BnFoo : public ::android::BnInterface<IFoo> {
public:
::android::status_t onTransact(uint32_t _aidl_code,
const ::android::Parcel& _aidl_data,
::android::Parcel* _aidl_reply,
uint32_t _aidl_flags = 0) override;
}; // class BnFoo
} // namespace foo
#endif // AIDL_GENERATED_FOO_BN_FOO_H_