@@ -101,19 +101,11 @@ CubicBezier::CubicBezier(LayoutPkgNamespaces* layoutns)
101101 this ->mBasePoint2 .setElementName (" basePoint2" );
102102
103103 connectToChild ();
104-
105- //
106- // (NOTE) Developers don't have to invoke setElementNamespace function as follows (commentted line)
107- // in this constuctor because the function is properly invoked in the constructor of the
108- // base class (LineSegment).
109- //
110-
111- // setElementNamespace(layoutns->getURI());
112-
113104 //
114- // load package extensions bound with this object (if any)
105+ // (NOTE) Developers don't have to invoke setElementNamespace or loadPlugins functions
106+ // in this constuctor because the functions are properly invoked in the constructor of the
107+ // base class (GraphicalObject).
115108 //
116- loadPlugins (layoutns);
117109}
118110
119111
@@ -133,19 +125,11 @@ CubicBezier::CubicBezier (LayoutPkgNamespaces* layoutns, double x1, double y1, d
133125 this ->mBasePoint2 .setElementName (" basePoint2" );
134126
135127 connectToChild ();
136-
137128 //
138- // (NOTE) Developers don't have to invoke setElementNamespace function as follows (commentted line)
139- // in this constuctor because the function is properly invoked in the constructor of the
140- // base class (LineSegment ).
129+ // (NOTE) Developers don't have to invoke setElementNamespace or loadPlugins functions
130+ // in this constuctor because the functions are properly invoked in the constructor of the
131+ // base class (GraphicalObject ).
141132 //
142-
143- // setElementNamespace(layoutns->getURI());
144-
145- //
146- // load package extensions bound with this object (if any)
147- //
148- loadPlugins (layoutns);
149133}
150134
151135
@@ -166,19 +150,11 @@ CubicBezier::CubicBezier (LayoutPkgNamespaces* layoutns, double x1, double y1, d
166150 this ->mBasePoint2 .setElementName (" basePoint2" );
167151
168152 connectToChild ();
169-
170- //
171- // (NOTE) Developers don't have to invoke setElementNamespace function as follows (commentted line)
172- // in this constuctor because the function is properly invoked in the constructor of the
173- // base class (LineSegment).
174- //
175-
176- // setElementNamespace(layoutns->getURI());
177-
178153 //
179- // load package extensions bound with this object (if any)
154+ // (NOTE) Developers don't have to invoke setElementNamespace or loadPlugins functions
155+ // in this constuctor because the functions are properly invoked in the constructor of the
156+ // base class (GraphicalObject).
180157 //
181- loadPlugins (layoutns);
182158}
183159
184160/*
@@ -245,19 +221,11 @@ CubicBezier::CubicBezier (LayoutPkgNamespaces* layoutns, const Point* start, con
245221 this ->mBasePoint2 .setElementName (" basePoint2" );
246222
247223 connectToChild ();
248-
249- //
250- // (NOTE) Developers don't have to invoke setElementNamespace function as follows (commentted line)
251- // in this constuctor because the function is properly invoked in the constructor of the
252- // base class (LineSegment).
253224 //
254-
255- // setElementNamespace(layoutns->getURI());
256-
225+ // (NOTE) Developers don't have to invoke setElementNamespace or loadPlugins functions
226+ // in this constuctor because the functions are properly invoked in the constructor of the
227+ // base class (GraphicalObject).
257228 //
258- // load package extensions bound with this object (if any)
259- //
260- loadPlugins (layoutns);
261229}
262230
263231
@@ -285,20 +253,12 @@ CubicBezier::CubicBezier (LayoutPkgNamespaces* layoutns, const Point* start, con
285253 this ->mEndPoint =Point (layoutns);
286254 }
287255
288- connectToChild ();
289-
290- //
291- // (NOTE) Developers don't have to invoke setElementNamespace function as follows (commentted line)
292- // in this constuctor because the function is properly invoked in the constructor of the
293- // base class (LineSegment).
294- //
295-
296- // setElementNamespace(layoutns->getURI());
297-
298- //
299- // load package extensions bound with this object (if any)
300- //
301- loadPlugins (layoutns);
256+ connectToChild ();
257+ //
258+ // (NOTE) Developers don't have to invoke setElementNamespace or loadPlugins functions
259+ // in this constuctor because the functions are properly invoked in the constructor of the
260+ // base class (GraphicalObject).
261+ //
302262}
303263
304264/*
0 commit comments