Skip to content

Commit ece6112

Browse files
author
Nicholas Reed
committed
Apply SCL git d6d7c48 changes. SCLP23 macros replaced with simple SDAI_ prefix.
1 parent c1eacde commit ece6112

77 files changed

Lines changed: 1180 additions & 1472 deletions

Some content is hidden

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

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ types, entities, and attributes.
176176
- Fixed a bug in the casting functions for the classes handling
177177
instances of SELECT TYPEs in EXPRESS.
178178
e.g.
179-
SdaiMeasure_value::operator SCLP23(Real)()
179+
SdaiMeasure_value::operator SDAI_Real)(
180180
{
181181
// was missing stmts such as these...
182182
if( CurrentUnderlyingType () == config_control_designt_area_measure )
@@ -293,10 +293,10 @@ classes is what allows for the flexibility in dealing with problem
293293
areas when using SCL with other software.
294294

295295
An example of a name change and macro use: sdaiString has now become
296-
SCLP23(String) which could translate to SDAI::String or SDAI_String
296+
SDAI_String which could translate to SDAI::String or SDAI_String
297297
(depending on whether you use the SDAI namespace or not) or any other
298298
namespace or prefix as is necessary. To change the SDAI namespace name
299-
or prefix name the macro definition for SCLP23() could be changed in
299+
or prefix name the macro definition for SDAI_ could be changed in
300300
the sclprefixes.h file.
301301

302302
The early bound access functions that are generated by fedex_plus from

include/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,3 @@ SET(exppp_HDRS
2727
exppp/exppp.h
2828
)
2929
install(FILES ${exppp_HDRS} DESTINATION include/exppp)
30-
31-
SET(SCL_noinst_HEADERS
32-
sclprefixes.h
33-
)

include/sclprefixes.h

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)