X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/580743d0b1e054aed1b1b773c1467d930ca10f4f..ac3ee4faa126c5b894fb4040b33d6b4e02047921:/src/surf/surf_routing.hpp diff --git a/src/surf/surf_routing.hpp b/src/surf/surf_routing.hpp index 2cb37b86b1..6096197350 100644 --- a/src/surf/surf_routing.hpp +++ b/src/surf/surf_routing.hpp @@ -58,14 +58,10 @@ public: NetCard *p_netcard; xbt_dynar_t p_linkUpDownList = NULL; - /** - * @brief The As constructor - */ As(){}; + /* Close that AS: no more content can be added to it */ + virtual void Seal()=0; - /** - * @brief The As destructor - */ virtual ~As(){ xbt_dict_free(&p_routingSons); xbt_dynar_free(&p_indexNetworkElm);