Sign in
apache
/
qpid
/
17ccdfbcefea0bb3c18efef29f794ec57d26709a
/
.
/
java
/
common
/
MethodDelegate.tpl
blob: e5ab1ae1e7266ae0fd45da9452e26c80a95dab56 [
file
]
package
org
.
apache
.
qpidity
.
transport
;
public
abstract
class
MethodDelegate
<
C
>
{
$
{
from
genutil
import
*
for
c
in
composites
:
name
=
cname
(
c
)
out
(
" public void $(dromedary(name))(C context, $name struct) {}\n"
)
}
}