You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/09/27 21:13:59 UTC

svn commit: r819381 - /qpid/trunk/qpid/cpp/include/qmf/ConnectionSettings.h

Author: tross
Date: Sun Sep 27 19:13:59 2009
New Revision: 819381

URL: http://svn.apache.org/viewvc?rev=819381&view=rev
Log:
Adding missing file

Added:
    qpid/trunk/qpid/cpp/include/qmf/ConnectionSettings.h

Added: qpid/trunk/qpid/cpp/include/qmf/ConnectionSettings.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qmf/ConnectionSettings.h?rev=819381&view=auto
==============================================================================
--- qpid/trunk/qpid/cpp/include/qmf/ConnectionSettings.h (added)
+++ qpid/trunk/qpid/cpp/include/qmf/ConnectionSettings.h Sun Sep 27 19:13:59 2009
@@ -0,0 +1,32 @@
+#ifndef _QmfConnectionSettings_
+#define _QmfConnectionSettings_
+
+/*
+ * 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.
+ */
+
+namespace qmf {
+    namespace engine {
+        class ConnectionSettings;
+    }
+
+    typedef class engine::ConnectionSettings ConnectionSettings;
+}
+
+#endif
+



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org