Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't copy&change ns3::point-to-point-helper
[simgrid.git] / src / surf / ns3 / my-point-to-point-helper.h
index 7edd931..9a2acf3 100644 (file)
@@ -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<Node> a, Ptr<Node> 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<Node> a, e_ns3_network_element_type_t type_a, Ptr<Node> 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;