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 | 48956072b60c7ef08b5fb5df5d91d5bb0d9e0f25 (patch) | |
| tree | 83b2d7b6a53fe2e514d484b2dce3dc8da6e43b87 /cpp/bindings/qmf2/examples/python | |
| parent | 9eb2bdc304b336ad8dd6b4bfb7e6bf94cf4bc9c0 (diff) | |
| download | qpid-python-48956072b60c7ef08b5fb5df5d91d5bb0d9e0f25.tar.gz | |
QPID-2792 - Added C++ example agent.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf2/examples/python')
| -rwxr-xr-x | cpp/bindings/qmf2/examples/python/agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/examples/python/agent.py b/cpp/bindings/qmf2/examples/python/agent.py index c092c5ac30..a915ed59b1 100755 --- a/cpp/bindings/qmf2/examples/python/agent.py +++ b/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") |
