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