PageRenderTime 17ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/win32/shellext/ThgDebug.h

https://bitbucket.org/tortoisehg/hgtk/
C Header | 23 lines | 11 code | 6 blank | 6 comment | 0 complexity | 89b8939f4adb0fbabe62a7360a652692 MD5 | raw file
Possible License(s): GPL-2.0
  1. // Copyright (C) 2009 Adrian Buehlmann
  2. //
  3. // This program is free software: you can redistribute it and/or modify
  4. // it under the terms of the GNU General Public License as published by
  5. // the Free Software Foundation, either version 2 of the License, or
  6. // (at your option) any later version.
  7. #ifndef THGDEBUG_H
  8. #define THGDEBUG_H
  9. class ThgDebug
  10. {
  11. public:
  12. static bool enabled();
  13. private:
  14. ThgDebug();
  15. static bool regDebugShellExt();
  16. };
  17. #endif