diff options
| author | Ted Ross <tross@apache.org> | 2010-08-13 14:22:57 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-08-13 14:22:57 +0000 |
| commit | bb1393cd1a547ae84746f30af2c280fe80377644 (patch) | |
| tree | 201daf5fce11e13b48f4907f23ac6302ad934f42 /qpid/cpp/bindings/qmf2/examples/python/agent.py | |
| parent | 753d579151fc2cc00d0c41702df7932b65e645e2 (diff) | |
| download | qpid-python-bb1393cd1a547ae84746f30af2c280fe80377644.tar.gz | |
QPID-2792 - Added C++ example agent.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/examples/python/agent.py')
| -rwxr-xr-x | qpid/cpp/bindings/qmf2/examples/python/agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/examples/python/agent.py b/qpid/cpp/bindings/qmf2/examples/python/agent.py index c092c5ac30..a915ed59b1 100755 --- a/qpid/cpp/bindings/qmf2/examples/python/agent.py +++ b/qpid/cpp/bindings/qmf2/examples/python/agent.py @@ -94,7 +94,7 @@ class ExampleAgent(AgentHandler): package = "com.profitron.bntor" ## - ## Declare a schema for a structure exception that can be used in failed + ## Declare a schema for a structured exception that can be used in failed ## method invocations. ## self.sch_exception = Schema(SCHEMA_TYPE_DATA, package, "exception") |
