#ifndef D_A_BDK_H #define D_A_BDK_H #include "f_op/f_op_actor.h" struct bdk_tail_s { }; struct bdk_eff_s { }; class bdk_class : public fopAc_ac_c { public: /* Place member variables here */ }; class daBdk_HIO_c { public: daBdk_HIO_c(); public: /* Place member variables here */ }; #endif /* D_A_BDK_H */