Project

General

Profile

« Previous | Next » 

Revision 476368e8

Added by Marc Dequènes over 13 years ago

  • ID 476368e89610c1079a6a5c869254f3958533484d

[fix] adapted Interface to recent changes, pass bot object, and correct api_methods() calculation

View differences:

bin/mapmaker
include CyborgServerInterface
include CyborgServerRootInterfaceAddon
export_method :toto
class Taiste
include CyborgServerInterface
......
api_methods
end
stateful_dynamic_interface("dns/zones/#NODE#") {|node_name| DnsZone.new(node_name) }
stateful_dynamic_interface("DnsZone/#NODE#") {|node_name| DnsZone.new(node_name) }
end
end
end

Also available in: Unified diff