X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f9587e71330e7471ef675d2652cee260a0e3a96..0c9ba8fe774965e25baca201356dd6da90f9bb5d:/src/surf/ns3/ns3_interface.h diff --git a/src/surf/ns3/ns3_interface.h b/src/surf/ns3/ns3_interface.h index 3a92354b5a..e667adec78 100644 --- a/src/surf/ns3/ns3_interface.h +++ b/src/surf/ns3/ns3_interface.h @@ -1,10 +1,10 @@ -/* Copyright (c) 2007-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2017. 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. */ -#ifndef _NS3_INTERFACE_H -#define _NS3_INTERFACE_H +#ifndef NS3_INTERFACE_H +#define NS3_INTERFACE_H #include @@ -14,11 +14,11 @@ class NetworkNS3Action; } } -class NetCardNs3 { +class NetPointNs3 { public: - static simgrid::xbt::Extension EXTENSION_ID; + static simgrid::xbt::Extension EXTENSION_ID; - explicit NetCardNs3(); + explicit NetPointNs3(); int node_num; };