Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-libraries
Commits
7f43c0ff
Commit
7f43c0ff
authored
Aug 14, 2018
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add import of seq from StdFunc (seq will be removed from module StdEnv)
parent
8d36075c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
Libraries/TCPIP/ObjectIO/StdStringChannels.icl
Libraries/TCPIP/ObjectIO/StdStringChannels.icl
+1
-0
Libraries/TCPIP/TCPChannels.icl
Libraries/TCPIP/TCPChannels.icl
+1
-0
Libraries/TCPIP/TCPStringChannelsInternal.icl
Libraries/TCPIP/TCPStringChannelsInternal.icl
+1
-0
No files found.
Libraries/TCPIP/ObjectIO/StdStringChannels.icl
View file @
7f43c0ff
implementation
module
StdStringChannels
import
StdEnv
from
StdFunc
import
seq
import
StdPSt
,
StdId
,
StdPStClass
,
StdReceiver
import
TCPChannelClass
,
TCPDef
,
TCPChannels
,
TCPEvent
import
receiverdefaccess
...
...
Libraries/TCPIP/TCPChannels.icl
View file @
7f43c0ff
implementation
module
TCPChannels
import
StdEnv
from
StdFunc
import
seq
import
TCPDef
,
TCPChannelClass
import
tcp
,
ostcp
,
tcp_bytestreams
...
...
Libraries/TCPIP/TCPStringChannelsInternal.icl
View file @
7f43c0ff
implementation
module
TCPStringChannelsInternal
import
StdEnv
from
StdFunc
import
seq
import
TCPChannelClass
,
TCPDef
,
TCPChannels
,
TCPEvent
//from tcp import ::Tick,class ChannelEnv (channel_env_get_current_tick)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment