summaryrefslogtreecommitdiff
path: root/modules/codec/c++/rpc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++/rpc.hpp')
-rw-r--r--modules/codec/c++/rpc.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/codec/c++/rpc.hpp b/modules/codec/c++/rpc.hpp
index 9f59455..6b606e2 100644
--- a/modules/codec/c++/rpc.hpp
+++ b/modules/codec/c++/rpc.hpp
@@ -75,11 +75,11 @@ class remote_address {
* Reference Backend structure
*/
template<typename T>
-class remote_context {
+class remote_api {
static_assert(always_false<T>, "Type of backend not supported");
/**
- * Resolves an address on the remote
+ * Resolves an address for the remote
*/
conveyor<remote_address<T>> resolve_address();