projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Renamed a method that isn't part of the public interface of unmarshall
[invirt/third/libt4.git]
/
handle.h
diff --git
a/handle.h
b/handle.h
index
a06b156
..
d4b6223
100644
(file)
--- a/
handle.h
+++ b/
handle.h
@@
-1,5
+1,5
@@
// manage a cache of RPC connections.
// manage a cache of RPC connections.
-// assuming cid is a std::string holding the
+// assuming cid is a string holding the
// host:port of the RPC server you want
// to talk to:
//
// host:port of the RPC server you want
// to talk to:
//
@@
-23,10
+23,8
@@
#ifndef handle_h
#define handle_h
#ifndef handle_h
#define handle_h
+#include "types.h"
#include "rpc/rpc.h"
#include "rpc/rpc.h"
-#include <string>
-
-using std::string;
class hinfo;
class hinfo;