projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More clean-ups
[invirt/third/libt4.git]
/
rsmtest_client.h
diff --git
a/rsmtest_client.h
b/rsmtest_client.h
index
e71fede
..
e7add37
100644
(file)
--- a/
rsmtest_client.h
+++ b/
rsmtest_client.h
@@
-9,7
+9,7
@@
// Client interface to the rsmtest server
class rsmtest_client {
protected:
- rpcc cl;
+ shared_ptr<rpcc> cl;
public:
rsmtest_client(string d);
virtual ~rsmtest_client() {}