You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2015/01/27 15:39:27 UTC

qpid-proton git commit: added dummy handlers to fix imports

Repository: qpid-proton
Updated Branches:
  refs/heads/master 270607f7f -> c96f10736


added dummy handlers to fix imports


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c96f1073
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c96f1073
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c96f1073

Branch: refs/heads/master
Commit: c96f107364a8250ade6b35c9a17417040a32201a
Parents: 270607f
Author: Rafael Schloming <rh...@alum.mit.edu>
Authored: Tue Jan 27 09:39:19 2015 -0500
Committer: Rafael Schloming <rh...@alum.mit.edu>
Committed: Tue Jan 27 09:39:19 2015 -0500

----------------------------------------------------------------------
 proton-j/src/main/resources/chandlers.py | 23 +++++++++++++++++++++++
 proton-j/src/main/resources/cproton.py   |  1 +
 2 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c96f1073/proton-j/src/main/resources/chandlers.py
----------------------------------------------------------------------
diff --git a/proton-j/src/main/resources/chandlers.py b/proton-j/src/main/resources/chandlers.py
new file mode 100644
index 0000000..2f13752
--- /dev/null
+++ b/proton-j/src/main/resources/chandlers.py
@@ -0,0 +1,23 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+# from proton/handlers.h
+pn_flowcontroller = None
+pn_handshaker = None
+pn_iohandler = None

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c96f1073/proton-j/src/main/resources/cproton.py
----------------------------------------------------------------------
diff --git a/proton-j/src/main/resources/cproton.py b/proton-j/src/main/resources/cproton.py
index 3d9a498..ee1f828 100644
--- a/proton-j/src/main/resources/cproton.py
+++ b/proton-j/src/main/resources/cproton.py
@@ -37,3 +37,4 @@ from cdriver import *
 from cmessenger import *
 from cmessage import *
 from curl import *
+from chandlers import *


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org