From 6afe565a5e61c2ed0d0062a34d6da090e62cc237 Mon Sep 17 00:00:00 2001 From: cascade Date: Thu, 30 Apr 2009 18:10:46 +0000 Subject: [PATCH] OCC20958 Suppression of duplicated templates --- src/WOKTools/WOKTools.cdl | 5 ----- src/WOKTools/WOKTools_GEdge.gxx | 2 -- src/WOKTools/WOKTools_GNode.gxx | 1 - 3 files changed, 8 deletions(-) diff --git a/src/WOKTools/WOKTools.cdl b/src/WOKTools/WOKTools.cdl index abd8924..d5ea90a 100755 --- a/src/WOKTools/WOKTools.cdl +++ b/src/WOKTools/WOKTools.cdl @@ -121,13 +121,8 @@ is class HSequenceOfDefine instantiates HSequence from TCollection ( Define from WOKTools, SequenceOfDefine from WOKTools); - class SequenceOfBoolean instantiates - Sequence from TCollection(Boolean from Standard); - class HSequenceOfBoolean instantiates - HSequence from TCollection(Boolean from Standard,SequenceOfBoolean); class Array1OfHAsciiString instantiates Array1 from TCollection(HAsciiString from TCollection); - class SortOfHAsciiString instantiates HeapSort from SortTools(HAsciiString from TCollection, Array1OfHAsciiString from WOKTools, diff --git a/src/WOKTools/WOKTools_GEdge.gxx b/src/WOKTools/WOKTools_GEdge.gxx index b5da8b4..1dd8462 100755 --- a/src/WOKTools/WOKTools_GEdge.gxx +++ b/src/WOKTools/WOKTools_GEdge.gxx @@ -1,5 +1,3 @@ -#include - WOKTools_GEdge::WOKTools_GEdge() { } diff --git a/src/WOKTools/WOKTools_GNode.gxx b/src/WOKTools/WOKTools_GNode.gxx index 9445f4e..bd27bb9 100755 --- a/src/WOKTools/WOKTools_GNode.gxx +++ b/src/WOKTools/WOKTools_GNode.gxx @@ -1,4 +1,3 @@ -#include #include WOKTools_GEdge_hxx WOKTools_GNode::WOKTools_GNode(const GraphItem& anItem) -- 2.39.5