1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

feature #863: change prototype for vnm_mad functions

This commit is contained in:
Ruben S. Montero 2011-11-10 22:53:39 +01:00
parent 50bb7f3ed4
commit fbcc340c8a

View File

@ -279,8 +279,7 @@ public:
* function MUST be called before this one.
* @return the VMM mad name
*/
// const string & get_vnm_mad() const
string get_vnm_mad() const
const string & get_vnm_mad() const
{
return history->vnm_mad_name;
};
@ -290,8 +289,7 @@ public:
* function MUST be called before this one.
* @return the VMM mad name
*/
// const string & get_previous_vnm_mad() const
string get_previous_vnm_mad() const
const string & get_previous_vnm_mad() const
{
return previous_history->vnm_mad_name;
};