Any class that needs to listen for property changes must implement * this interface.
*/ -class SGPropertyChangeListener +class JSBSIM_API SGPropertyChangeListener { public: virtual ~SGPropertyChangeListener (); @@ -1150,7 +1150,7 @@ public: * Set all of the mode attributes for the property node. */ void setAttributes (int attr) { _attr = attr; } - + // // Leaf Value (primitive). @@ -1284,7 +1284,7 @@ public: { return setValue(&val[0]); } - + /** * Set relative node to given value and afterwards make read only. * @@ -1344,7 +1344,7 @@ public: * Print the value of the property to a stream. */ std::ostream& printOn(std::ostream& stream) const; - + // // Data binding. // @@ -2136,4 +2136,4 @@ private: #endif // __PROPS_HXX -// end of props.hxx \ No newline at end of file +// end of props.hxx