View | Details | Raw Unified | Return to bug 2812
Collapse All | Expand All

(-)a/src/point-to-point-layout/model/point-to-point-star.cc (+2 lines)
 Lines 14-19    Link Here 
14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
 */
15
 */
16
16
17
// Implement an object to create a star topology.
18
17
#include <cmath>
19
#include <cmath>
18
#include <iostream>
20
#include <iostream>
19
#include <sstream>
21
#include <sstream>
(-)a/src/point-to-point-layout/model/point-to-point-star.h (-1 / +1 lines)
 Lines 14-20    Link Here 
14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
 */
15
 */
16
16
17
// Define an object to create a dumbbell topology.
17
// Define an object to create a star topology.
18
18
19
#ifndef POINT_TO_POINT_STAR_HELPER_H
19
#ifndef POINT_TO_POINT_STAR_HELPER_H
20
#define POINT_TO_POINT_STAR_HELPER_H
20
#define POINT_TO_POINT_STAR_HELPER_H

Return to bug 2812