summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-01-18 18:42:52 +0000
committerJonathan Robie <jonathan@apache.org>2010-01-18 18:42:52 +0000
commite314509bf67b56ec548fddcb82eabb5842e22e11 (patch)
tree3de65809fbbf1b8583b46e73dee172e0fefdd26f
parenta48812f5cd045775a70d9e3ccf2b0bd04b43f103 (diff)
downloadqpid-python-e314509bf67b56ec548fddcb82eabb5842e22e11.tar.gz
Deleting vestigial header file.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@900506 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/xml/XmlBinding.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/qpid/cpp/src/qpid/xml/XmlBinding.h b/qpid/cpp/src/qpid/xml/XmlBinding.h
deleted file mode 100644
index cc6b4dca5d..0000000000
--- a/qpid/cpp/src/qpid/xml/XmlBinding.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- *
- * 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.
- *
- */
-#include <qpid/framing/FieldTable>
-#include <string>
-
-#ifndef _XmlBinding_
-#define _XmlBinding_
-
-namespace qpid {
-namespace client {
-
-class XmlBinding : public framing::FieldTable {
- public:
- setQuery(string query) { setString("xquery", query); }
-};
-
-}
-}
-#endif