From c411741206b954ad8de24833c5d066d53f9dc69a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 5 Oct 2009 17:03:41 +0000 Subject: Removed AMQP method body classes from public API. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821916 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rubygen/framing.0-10/structs.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/rubygen') diff --git a/cpp/rubygen/framing.0-10/structs.rb b/cpp/rubygen/framing.0-10/structs.rb index 809e453381..c3684aea66 100755 --- a/cpp/rubygen/framing.0-10/structs.rb +++ b/cpp/rubygen/framing.0-10/structs.rb @@ -381,9 +381,10 @@ EOS else inheritance = ": public AMQMethodBody" end + else + public_api("qpid/framing/#{classname}.h") # Non-method structs are public end - public_api("qpid/framing/#{classname}.h") h_file("qpid/framing/#{classname}.h") { if (s.kind_of? AmqpMethod) gen <