summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_nz.h
blob: e99f9170fbd7d5b81eeed156440377854968e267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef D_A_NZ_H
#define D_A_NZ_H

#include "f_op/f_op_actor.h"

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

class daNZ_HIO_c {
public:
    daNZ_HIO_c();

public:
    /* Place member variables here */
};

#endif /* D_A_NZ_H */