Set some functions public.
This commit is contained in:
parent
c4d82297c6
commit
9e6fd99769
@ -190,8 +190,8 @@ class IPC::Event
|
|||||||
end
|
end
|
||||||
|
|
||||||
class IPC::Connection
|
class IPC::Connection
|
||||||
@closed = false
|
getter connection : LibIPC::Connection
|
||||||
@connection : LibIPC::Connection
|
getter closed = false
|
||||||
|
|
||||||
# connection already established
|
# connection already established
|
||||||
def initialize(c : LibIPC::Connection)
|
def initialize(c : LibIPC::Connection)
|
||||||
|
Reference in New Issue
Block a user