Project

General

Profile

« Previous | Next » 

Revision bc473567

Added by Marc Dequènes over 13 years ago

  • ID bc47356707084cec2c04c9974442601746e860ea

[evol] work on cyborg server protocol and API #3 (refs #31)

View differences:

lib/cyborghood/cyborg/server.rb
end
end
class EmptyInterface
include CyborgServerInterface
include CyborgServerDefaultInterface
end
module SimpleServer
def setup
super
......
end
def interface
CyborgServerInterface
EmptyInterface
end
end
end

Also available in: Unified diff