diff options
author | Alan Conway <aconway@apache.org> | 2007-09-21 18:26:37 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-09-21 18:26:37 +0000 |
commit | 79159a56c92f3a28bcf99cf8bca2c73190238d45 (patch) | |
tree | f69e0e03e0e849778fead6557b0b08cb850f1455 /qpid/cpp/rubygen/generate | |
parent | fd4e234dea02bdef1c4db2bea061360de015c8f5 (diff) | |
download | qpid-python-79159a56c92f3a28bcf99cf8bca2c73190238d45.tar.gz |
Split broker::Session into:
broker::SessionState: session info (uuid etc.) + handler chains.
broker::SemanticState: session state for the SemanticHandler.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@578219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/generate')
-rwxr-xr-x | qpid/cpp/rubygen/generate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/rubygen/generate b/qpid/cpp/rubygen/generate index dba3b81273..dba39dbf80 100755 --- a/qpid/cpp/rubygen/generate +++ b/qpid/cpp/rubygen/generate @@ -49,9 +49,9 @@ if makefile rgen_generator=#{make_continue rgen_generator} -rgen_client_cpp=#{make_continue(rgen_srcs.grep %r|/qpid/client/.+\.cpp$|)} +rgen_client_cpp=#{make_continue(rgen_srcs.grep(%r|/qpid/client/.+\.cpp$|))} -rgen_common_cpp=#{make_continue(rgen_srcs.grep %r|qpid/framing/.+\.cpp$|)} +rgen_common_cpp=#{make_continue(rgen_srcs.grep(%r|qpid/framing/.+\.cpp$|))} rgen_srcs=#{make_continue rgen_srcs} |