1
0

svccb.h 163 B

123456789101112
  1. #ifndef _SVCCB_H
  2. #define _SVCCB_H
  3. #include <api/syscb/callbacks/syscb.h>
  4. namespace SvcCallback {
  5. enum {
  6. ONREGISTER=10,
  7. ONDEREGISTER=20,
  8. };
  9. };
  10. #endif