X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bb73cb3914b5f7b77a9ec1f8abe728e637cc016..940de22d7f2af82d58be3e886e6bc22608b4d8ec:/include/simgrid/s4u/VirtualMachine.hpp diff --git a/include/simgrid/s4u/VirtualMachine.hpp b/include/simgrid/s4u/VirtualMachine.hpp index 2ec81c7a18..ea9aff0bb2 100644 --- a/include/simgrid/s4u/VirtualMachine.hpp +++ b/include/simgrid/s4u/VirtualMachine.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -31,8 +31,7 @@ namespace s4u { * The total computing power that the contained actors can get is constrained to the virtual machine size. * */ -XBT_PUBLIC_CLASS VirtualMachine : public s4u::Host -{ +class XBT_PUBLIC VirtualMachine : public s4u::Host { simgrid::vm::VirtualMachineImpl* pimpl_vm_ = nullptr; virtual ~VirtualMachine();