Skip to content

Commit 77a43bc

Browse files
committed
Move all non STEP* headers in stepcore
1 parent fc4edb9 commit 77a43bc

69 files changed

Lines changed: 75 additions & 88 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/core/CMakeLists.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ set(CORE_HDRS
3030
read_func.h
3131
realTypeDescriptor.h
3232
Registry.h
33-
# schRename.h
34-
# sdai.h
35-
# sdaiApplication_instance.h
36-
# sdaiSelect.h
37-
# selectTypeDescriptor.h
38-
# SingleLinkList.h
33+
schRename.h
34+
sdai.h
35+
sdaiApplication_instance.h
36+
sdaiSelect.h
37+
selectTypeDescriptor.h
38+
SingleLinkList.h
3939
# STEPaggregate.h
4040
# STEPaggrBinary.h
4141
# STEPaggrEntity.h
@@ -50,13 +50,13 @@ set(CORE_HDRS
5050
# STEPcomplex.h
5151
# STEPinvAttrList.h
5252
# STEPundefined.h
53-
# stringTypeDescriptor.h
54-
# SubSuperIterators.h
55-
# typeDescriptor.h
56-
# typeDescriptorList.h
57-
# typeOrRuleVar.h
58-
# uniquenessRule.h
59-
# whereRule.h
53+
stringTypeDescriptor.h
54+
SubSuperIterators.h
55+
typeDescriptor.h
56+
typeDescriptorList.h
57+
typeOrRuleVar.h
58+
uniquenessRule.h
59+
whereRule.h
6060
)
6161

6262
install(FILES ${CORE_HDRS}

include/core/ExpDict.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
*/
1616

1717
#include <sc_export.h>
18-
#include <sdai.h>
18+
#include "core/sdai.h"
1919

2020
#include <vector>
2121
#include <string>
2222
#include <assert.h>
2323

24-
#include <SingleLinkList.h>
24+
#include "core/SingleLinkList.h"
2525

2626
#include "core/baseType.h"
2727
#include "core/dictdefs.h"

include/core/Registry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
#include <sc_export.h>
16-
#include <sdai.h>
16+
#include "core/sdai.h"
1717
#include <errordesc.h>
1818
#include <sc_hash.h>
1919
#include <Str.h>

include/core/dispnode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/*#include <STEPattribute.h>*/
2121
/*#include <STEPentity.h>*/
22-
#include <sdai.h>
22+
#include "core/sdai.h"
2323

2424
#include <gennode.h>
2525
#include <gennodelist.h>

include/core/mgrnode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class GenericNode;
2020
class DisplayNode;
21-
#include <sdai.h>
21+
#include "core/sdai.h"
2222

2323
#include <gennode.h>
2424
#include <gennodelist.h>

include/core/read_func.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define READ_FUNC_H
33

44
#include <sc_export.h>
5-
#include <sdai.h>
5+
#include "core/sdai.h"
66

77
/// This was 512. According to 10303-21:2002 section 5.6: comment length is unlimited. FIXME need to check the code for potential problems before eliminating this limit completely.
88
#define MAX_COMMENT_LENGTH 8192
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ BOOLEAN and LOGICAL
188188
#include <sdaiDaObject.h>
189189

190190

191-
#include <sdaiApplication_instance.h>
191+
#include "core/sdaiApplication_instance.h"
192192
#include <sdaiApplication_instance_set.h>
193193

194194
/******************************************************************************
@@ -198,7 +198,7 @@ SELECT
198198
sdaiSelect.h
199199
200200
******************************************************************************/
201-
#include <sdaiSelect.h>
201+
#include "core/sdaiSelect.h"
202202

203203
class SDAI_Model_contents;
204204
typedef SDAI_Model_contents * SDAI_Model_contents_ptr;

0 commit comments

Comments
 (0)