diff options
author | Ted Ross <tross@apache.org> | 2011-05-17 21:02:34 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2011-05-17 21:02:34 +0000 |
commit | 3f1fab7253a480c12c2ad10e6183e0a5f58d3530 (patch) | |
tree | 6938e1818081456b594e66e9672ee87ef8a47ddc /cpp/rubygen/0-10/specification.rb | |
parent | e62058eb26d4458d2041eb83579c74a44421b236 (diff) | |
download | qpid-python-3f1fab7253a480c12c2ad10e6183e0a5f58d3530.tar.gz |
QPID-3186 - Import Export generalization to support a larger set of compilers and run time environments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1104559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/0-10/specification.rb')
-rwxr-xr-x | cpp/rubygen/0-10/specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/0-10/specification.rb b/cpp/rubygen/0-10/specification.rb index 7366599eba..ef193f5fd0 100755 --- a/cpp/rubygen/0-10/specification.rb +++ b/cpp/rubygen/0-10/specification.rb @@ -252,7 +252,7 @@ class Specification < CppGen include "#{@dir}/specification" namespace(@ns) { genl "template <class F, class R=typename F::result_type>" - cpp_class("ProxyTemplate") { + cpp_extern_class("QPID_COMMON_CLASS_EXTERN", "ProxyTemplate") { public genl "ProxyTemplate(F f=F()) : functor(f) {}" @amqp.classes.each { |c| |