Skip to content

Commit

Permalink
hide private functions
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Oct 21, 2024
1 parent 82b1034 commit e194de5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UUID/Project/Sources/Classes/UUID.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Class constructor()

Super:C1705("uuid"; cs:C1710._UUID_Controller)

Function terminate()
Function _terminate()

This:C1470.controller.terminate()

Function trim($in : Text) : Text
Function _trim($in : Text) : Text

ARRAY LONGINT:C221($pos; 0)
ARRAY LONGINT:C221($len; 0)
Expand Down Expand Up @@ -50,7 +50,7 @@ Function _v7641($v : Integer) : Text
This:C1470.controller.execute($command)
This:C1470.controller.worker.wait()

return This:C1470.trim(This:C1470.data)
return This:C1470._trim(This:C1470.data)

Function _v53($v : Integer; $ns : Text; $name : Text) : Text

Expand All @@ -62,4 +62,4 @@ Function _v53($v : Integer; $ns : Text; $name : Text) : Text
This:C1470.controller.execute($command)
This:C1470.controller.worker.wait()

return This:C1470.trim(This:C1470.data)
return This:C1470._trim(This:C1470.data)

0 comments on commit e194de5

Please sign in to comment.