summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/cppgen.rb
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-05 13:25:36 +0000
committerGordon Sim <gsim@apache.org>2007-08-05 13:25:36 +0000
commitf9cc99d247991b39b07b7bf06e642cf79b24edfa (patch)
tree746269114bf67675a31c13f35b4372df19e74464 /qpid/cpp/rubygen/cppgen.rb
parent6c10e43526394ce0cf7d4a4dbdca56aaeb175f90 (diff)
downloadqpid-python-f9cc99d247991b39b07b7bf06e642cf79b24edfa.tar.gz
Added first cut of generated client interface.
Old channel interface still supported; shares SessionCore with the new interface. Todo: allow applications to signal completion of received commands; keywrod args for interface. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@562866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/cppgen.rb')
-rwxr-xr-xqpid/cpp/rubygen/cppgen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/cppgen.rb b/qpid/cpp/rubygen/cppgen.rb
index f58ce3a539..d369d23da1 100755
--- a/qpid/cpp/rubygen/cppgen.rb
+++ b/qpid/cpp/rubygen/cppgen.rb
@@ -128,7 +128,7 @@ class CppGen < Generator
# Write a .cpp file.
def cpp_file(path)
- file (path) do
+ file(path) do
gen Copyright
yield
end