Changeset 76091 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 9, 2018 11:02:49 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r75663 r76091 26 26 # include "win/resource.h" 27 27 #endif 28 29 //#ifdef DEBUG_bird 30 //# define VBOXSVC_WITH_CLIENT_WATCHER 31 //#endif 28 32 29 33 namespace com … … 404 408 #endif 405 409 410 #if defined(RT_OS_WINDOWS) && defined(VBOXSVC_WITH_CLIENT_WATCHER) 411 protected: 412 void i_callHook(const char *a_pszFunction) RT_OVERRIDE; 413 bool i_watchClientProcess(RTPROCESS a_pidClient, const char *a_pszFunction); 414 public: 415 static void i_logCaller(const char *a_pszFormat, ...); 416 private: 417 418 #endif 406 419 }; 407 420
Note:
See TracChangeset
for help on using the changeset viewer.