Skip to content

Commit

Permalink
Adding missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jun 8, 2019
1 parent 7811485 commit 60c55e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/UnifiedFFI/FFICalloutAPI.class.st
Expand Up @@ -43,6 +43,12 @@ FFICalloutAPI class >> new [
self error: 'Use #inContext'
]

{ #category : #private }
FFICalloutAPI class >> newCallbackBackendFor: aCallback [

^ FFIAlienCallback fromFrontendCallback: aCallback
]

{ #category : #private }
FFICalloutAPI >> callingConvention [
^ callingConvention
Expand Down

0 comments on commit 60c55e8

Please sign in to comment.