projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Global destructor clean-ups and python test fixes
[invirt/third/libt4.git]
/
handle.h
diff --git
a/handle.h
b/handle.h
index
92110bd
..
e569002
100644
(file)
--- a/
handle.h
+++ b/
handle.h
@@
-26,6
+26,7
@@
class handle {
handle(const string & destination);
rpcc *safebind();
void invalidate();
+ static void shutdown();
};
#endif