Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification: we don't use non-LMM resources
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 12 Nov 2016 00:50:17 +0000 (01:50 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 12 Nov 2016 00:50:20 +0000 (01:50 +0100)
there was a specific constructor for non-LMM resources that was not
given the lmm constraint, which leaded to many dupplicated code.

But actually, this is not needed: NetworkConstant does not create a
link resource anyway, and NS3 can easily pass nullptr to the
constructor of its ancestor.


No differences found