CLI debugging, got rid of nasty old Thread class and replaced with newer cleaner portable idiom.

This commit is contained in:
Adam Ierymenko 2013-08-05 16:06:16 -04:00
commit a7c4cbe53a
17 changed files with 141 additions and 303 deletions

View file

@ -21,7 +21,6 @@ OBJS=\
node/Service.o \
node/Switch.o \
node/SysEnv.o \
node/Thread.o \
node/Topology.o \
node/UdpSocket.o \
node/Utils.o