From: kgv Date: Wed, 4 Feb 2015 07:18:23 +0000 (+0300) Subject: 0025790: Drop unimplemented method ShallowCopy() from TCollection_HSequence.cdl X-Git-Tag: V6_9_0_beta~137 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=298fdbfb18b69e2bcab55f406703859a0a71e4cb;hp=0bb1f1133c888ddda46a1be29fcd10f91c268c09 0025790: Drop unimplemented method ShallowCopy() from TCollection_HSequence.cdl --- diff --git a/src/TCollection/TCollection_HSequence.cdl b/src/TCollection/TCollection_HSequence.cdl index 8fbff97463..b767a17c9a 100644 --- a/src/TCollection/TCollection_HSequence.cdl +++ b/src/TCollection/TCollection_HSequence.cdl @@ -270,13 +270,7 @@ is -- sequence used as a field by this sequence, in order to modify it. ---C++: return & ---C++: inline - - ShallowCopy(me) returns like me; - ---Purpose: function call - ---C++: function call - -- IsSameState (me; other : like me) returns Boolean; - fields mySequence : TheSequence; end;