X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/255192ad7c234ae1f6631d080b0d2d9cfc60ec1b..a8c07a9421aa8cad9f88c2d04dbba1383efec724:/src/xbt/xbt_replay.cpp diff --git a/src/xbt/xbt_replay.cpp b/src/xbt/xbt_replay.cpp index a266f7ea02..b889434cf9 100644 --- a/src/xbt/xbt_replay.cpp +++ b/src/xbt/xbt_replay.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012-2015, 2017. The SimGrid Team. +/* Copyright (c) 2010-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -40,6 +40,7 @@ public: xbt_assert(fs->is_open(), "Cannot read replay file '%s'", filename); } ReplayReader(const ReplayReader&) = delete; + ReplayReader& operator=(const ReplayReader&) = delete; ~ReplayReader() { delete fs; @@ -157,7 +158,7 @@ int replay_runner(int argc, char* argv[]) * \brief Registers a function to handle a kind of action * * Registers a function to handle a kind of action - * This table is then used by \ref xbt_replay_action_runner + * This table is then used by \ref simgrid::xbt::replay_runner * * The argument of the function is the line describing the action, fields separated by spaces. *