X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c62ac293213c4632f158a2cbedc86e321a324d4..4ce7b56a7eb7a96ef986c6601b0e58c7cdaa3768:/src/surf/ns3/my-point-to-point-helper.h diff --git a/src/surf/ns3/my-point-to-point-helper.h b/src/surf/ns3/my-point-to-point-helper.h index 7edd931dad..9a2acf3482 100644 --- a/src/surf/ns3/my-point-to-point-helper.h +++ b/src/surf/ns3/my-point-to-point-helper.h @@ -1,4 +1,9 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* Copyright (c) 2011, 2014. 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. */ + /* * Copyright (c) 2008 INRIA * @@ -128,16 +133,6 @@ public: */ NetDeviceContainer Install (Ptr a, Ptr b); - /** - * \param a first node - * \param b second node - * - * Saves you from having to construct a temporary NodeContainer. - * Also, if MPI is enabled, for distributed simulations, - * appropriate remote point-to-point channels are created. - */ - NetDeviceContainer Install (Ptr a, e_ns3_network_element_type_t type_a, Ptr b, e_ns3_network_element_type_t type_b); - /** * \param a first node * \param bName name of second node @@ -194,7 +189,6 @@ private: bool explicitFilename); ObjectFactory m_queueFactory; - ObjectFactory m_queueFactory_red; ObjectFactory m_channelFactory; ObjectFactory m_remoteChannelFactory; ObjectFactory m_deviceFactory;