Add a comment about who is responsible to clean up.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42226 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,6 +31,8 @@ public:
|
|||||||
int32 Index() const;
|
int32 Index() const;
|
||||||
|
|
||||||
SummandList* LeftSide();
|
SummandList* LeftSide();
|
||||||
|
/*! This just overwrites the current list. The caller has to take
|
||||||
|
care about the old left side, i.e. delete it. */
|
||||||
void SetLeftSide(SummandList* summands);
|
void SetLeftSide(SummandList* summands);
|
||||||
|
|
||||||
void SetLeftSide(double coeff1, Variable* var1);
|
void SetLeftSide(double coeff1, Variable* var1);
|
||||||
|
|||||||
Reference in New Issue
Block a user