Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing shared memory #319

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/foundation/y_code_pal_buffer.clas.abap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS y_code_pal_buffer DEFINITION SHARED MEMORY ENABLED PUBLIC CREATE PUBLIC.
CLASS y_code_pal_buffer DEFINITION PUBLIC CREATE PUBLIC.
PUBLIC SECTION.
INTERFACES y_if_code_pal_buffer.
ALIASES get FOR y_if_code_pal_buffer~get.
Expand Down
1 change: 0 additions & 1 deletion src/foundation/y_code_pal_buffer.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
<UNICODE>X</UNICODE>
<CLSSHAREDMEMORY>X</CLSSHAREDMEMORY>
</VSEOCLASS>
</asx:values>
</asx:abap>
Expand Down
2 changes: 1 addition & 1 deletion src/foundation/y_code_pal_sorter.clas.abap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS y_code_pal_sorter DEFINITION SHARED MEMORY ENABLED PUBLIC CREATE PUBLIC.
CLASS y_code_pal_sorter DEFINITION PUBLIC CREATE PUBLIC.
PUBLIC SECTION.
INTERFACES y_if_code_pal_sorter.
ALIASES get_position FOR y_if_code_pal_sorter~get_position.
Expand Down
1 change: 0 additions & 1 deletion src/foundation/y_code_pal_sorter.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
<UNICODE>X</UNICODE>
<CLSSHAREDMEMORY>X</CLSSHAREDMEMORY>
</VSEOCLASS>
</asx:values>
</asx:abap>
Expand Down
2 changes: 1 addition & 1 deletion src/foundation/y_unit_test_coverage.clas.abap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS y_unit_test_coverage DEFINITION SHARED MEMORY ENABLED PUBLIC CREATE PUBLIC .
CLASS y_unit_test_coverage DEFINITION PUBLIC CREATE PUBLIC .
PUBLIC SECTION.
CLASS-METHODS get IMPORTING program_name TYPE programm
object TYPE cl_aucv_task=>ty_object_directory_element
Expand Down
1 change: 0 additions & 1 deletion src/foundation/y_unit_test_coverage.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
<UNICODE>X</UNICODE>
<CLSSHAREDMEMORY>X</CLSSHAREDMEMORY>
</VSEOCLASS>
</asx:values>
</asx:abap>
Expand Down