blob: f4130e4642ff3d90a66f0004b2992e42591f351b [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_