0023593: XCAFDoc_DocumentTool label must be removed from internal map upon closing...
[occt.git] / src / XCAFDoc / XCAFDoc_DocumentTool.cdl
index a73e68b..31488fa 100755 (executable)
@@ -114,4 +114,9 @@ is
     Paste (me; into : mutable Attribute from TDF;
               RT   : mutable RelocationTable from TDF);    
     
+    Destroy (me: mutable) is virtual;
+    ---C++    : alias ~
+    ---Purpose: Unregisters the document holding this attribute from an
+    --          internal global map of XDE documents.
+
 end DocumentTool;