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:
parent
50bb7f3ed4
commit
fbcc340c8a
@ -279,8 +279,7 @@ public:
|
|||||||
* function MUST be called before this one.
|
* function MUST be called before this one.
|
||||||
* @return the VMM mad name
|
* @return the VMM mad name
|
||||||
*/
|
*/
|
||||||
// const string & get_vnm_mad() const
|
const string & get_vnm_mad() const
|
||||||
string get_vnm_mad() const
|
|
||||||
{
|
{
|
||||||
return history->vnm_mad_name;
|
return history->vnm_mad_name;
|
||||||
};
|
};
|
||||||
@ -290,8 +289,7 @@ public:
|
|||||||
* function MUST be called before this one.
|
* function MUST be called before this one.
|
||||||
* @return the VMM mad name
|
* @return the VMM mad name
|
||||||
*/
|
*/
|
||||||
// const string & get_previous_vnm_mad() const
|
const string & get_previous_vnm_mad() const
|
||||||
string get_previous_vnm_mad() const
|
|
||||||
{
|
{
|
||||||
return previous_history->vnm_mad_name;
|
return previous_history->vnm_mad_name;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user