tunneldiggercpp

git clone git://archive.git.mtrnord.blog/MTRNord/tunneldiggercpp.git
Log | Files | Refs | README

hooks.h (273B)


      1 //
      2 // Created by marce on 22.09.2017.
      3 //
      4 
      5 #ifndef TUNNELDIGGER_BROKER_HOOKS_H
      6 #define TUNNELDIGGER_BROKER_HOOKS_H
      7 
      8 class hooks {
      9     public:
     10         class HookProcess {
     11             public:
     12                 int Register();
     13         };
     14 };
     15 
     16 #endif //TUNNELDIGGER_BROKER_HOOKS_H