Set some functions public.

ipc07
Philippe PITTOLI 2019-06-05 22:20:21 +02:00
parent c4d82297c6
commit 9e6fd99769
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ class IPC::Event
end
class IPC::Connection
@closed = false
@connection : LibIPC::Connection
getter connection : LibIPC::Connection
getter closed = false
# connection already established
def initialize(c : LibIPC::Connection)