1 #ifndef brip_register_h_
2 #define brip_register_h_
3 
4 class brip_register
5 {
6  public:
7   static void register_datatype();
8   static void register_process();
9 };
10 
11 #endif
12