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

Feature #2665: Better name for Proxy method

This commit is contained in:
Ruben S. Montero 2014-01-30 20:03:39 +01:00
parent 5e06a02762
commit 57775a968a

View File

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