Return the object that this object is copying fields from.
| 853 | |
| 854 | /// Return the object that this object is copying fields from. |
| 855 | SimObject* getCopySource() const { return mCopySource; } |
| 856 | |
| 857 | /// Set the object that this object should be copying fields from. |
| 858 | void setCopySource( SimObject* object ); |
no outgoing calls
no test coverage detected