diff options
Diffstat (limited to 'qpid/cpp/rubygen/0-10/handlers.rb')
| -rwxr-xr-x | qpid/cpp/rubygen/0-10/handlers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/0-10/handlers.rb b/qpid/cpp/rubygen/0-10/handlers.rb index db4fdc871b..981ea890e6 100755 --- a/qpid/cpp/rubygen/0-10/handlers.rb +++ b/qpid/cpp/rubygen/0-10/handlers.rb @@ -35,7 +35,7 @@ class GenHandlers < CppGen def generate() h_file("#{@dir}/handlers.h") { - include "specification" + include "#{@dir}/specification" namespace("#{@ns}") { action_handler "Command", @amqp.collect_all(AmqpCommand) action_handler "Control", @amqp.collect_all(AmqpControl) |
