00001 #ifndef bsvg_register_h_ 00002 #define bsvg_register_h_ 00003 00004 class bsvg_register 00005 { 00006 public: 00007 static void register_datatype(); 00008 static void register_process(); 00009 }; 00010 00011 #endif // bsvg_register_h_ 00012