summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_bl.h
blob: 4e5ff392ce735311cdc3f05253af4c2489f53e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef D_A_BL_H
#define D_A_BL_H

#include "f_op/f_op_actor.h"

class bl_class : public fopAc_ac_c {
public:
    /* Place member variables here */
};

#endif /* D_A_BL_H */