X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/3615d9bf0b254442e2fddee45475dbd634cf703a..ded1e837093f09ec1234be29320525ad6ff200ae:/handle.h diff --git a/handle.h b/handle.h index d4b6223..dc2edb7 100644 --- a/handle.h +++ b/handle.h @@ -30,10 +30,9 @@ class hinfo; class handle { private: - hinfo *h; + shared_ptr h; public: handle(const string & m); - ~handle(); /* safebind will try to bind with the rpc server on the first call. * Since bind may block, the caller probably should not hold a mutex * when calling safebind.