X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/956cb23848021301bcb4c20fd31675f65e4348e5..4bb73cb3914b5f7b77a9ec1f8abe728e637cc016:/src/kernel/activity/MutexImpl.hpp diff --git a/src/kernel/activity/MutexImpl.hpp b/src/kernel/activity/MutexImpl.hpp index 8937ee2149..fb90e8ebea 100644 --- a/src/kernel/activity/MutexImpl.hpp +++ b/src/kernel/activity/MutexImpl.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-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. */ @@ -11,9 +11,10 @@ #include namespace simgrid { -namespace simix { +namespace kernel { +namespace activity { -class XBT_PUBLIC() MutexImpl { +class XBT_PUBLIC MutexImpl { public: MutexImpl(); ~MutexImpl(); @@ -49,4 +50,5 @@ private: }; } } +} #endif /* SIMIX_MUTEXIMPL_HPP */