blob: 73679b086b3476119964bcced3ec3e0fd05c2d68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef D_A_SS_H
#define D_A_SS_H
#include "f_op/f_op_actor.h"
struct ss_s {
};
class ss_class : public fopAc_ac_c {
public:
/* Place member variables here */
};
#endif /* D_A_SS_H */
|