1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #2665: Rename proxy methods to one.proxy.<remote method name>

This commit is contained in:
Ruben S. Montero 2014-01-30 11:26:15 +01:00
parent 0df71e67e2
commit 9aca04fb7f

View File

@ -34,7 +34,7 @@ RequestManagerProxy::RequestManagerProxy(string _method)
method = _method;
client = new Client("none", master_endpoint, msg_size);
method_name = ("Proxy - " + method);
method_name = ("one.proxy." + method);
}
/* -------------------------------------------------------------------------- */