X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0b73cc4a788d90a073877c3ff9ce752991cd5a6e..c8de1d1065c327e9c93c7389946cc2652c7d0f20:/include/simgrid/kernel/resource/NetworkModelIntf.hpp diff --git a/include/simgrid/kernel/resource/NetworkModelIntf.hpp b/include/simgrid/kernel/resource/NetworkModelIntf.hpp index b1dd2cf04a..ee1c446c59 100644 --- a/include/simgrid/kernel/resource/NetworkModelIntf.hpp +++ b/include/simgrid/kernel/resource/NetworkModelIntf.hpp @@ -19,6 +19,9 @@ namespace resource { * @brief Network Model interface class */ class XBT_PUBLIC NetworkModelIntf { +protected: + ~NetworkModelIntf() = default; + public: /** * @brief Callback to set the bandwidth and latency factors used in a communication @@ -47,4 +50,4 @@ public: } // namespace kernel } // namespace simgrid -#endif /* SIMGRID_KERNEL_RESOURCE_NETWORKMODELINTF_HPP */ \ No newline at end of file +#endif /* SIMGRID_KERNEL_RESOURCE_NETWORKMODELINTF_HPP */