Author: gsim
Date: Mon Mar 17 06:33:02 2008
New Revision: 637882

URL: http://svn.apache.org/viewvc?rev=637882&view=rev
Log:
Added file missed in last commit.


Added:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h   (with 
props)
Modified:
    incubator/qpid/trunk/qpid/cpp/src/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/src/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/Makefile.am?rev=637882&r1=637881&r2=637882&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/src/Makefile.am Mon Mar 17 06:33:02 2008
@@ -295,6 +295,7 @@
   qpid/broker/ConnectionFactory.h \
   qpid/broker/ConnectionHandler.h \
   qpid/broker/ConnectionToken.h \
+  qpid/broker/OwnershipToken.h \
   qpid/broker/Consumer.h \
   qpid/broker/Daemon.h \
   qpid/broker/Deliverable.h \

Added: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h?rev=637882&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h (added)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h Mon Mar 17 
06:33:02 2008
@@ -0,0 +1,35 @@
+/*
+ *
+ * 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.
+ *
+ */
+#ifndef _OwnershipToken_
+#define _OwnershipToken_
+
+namespace qpid {
+namespace broker {
+
+class OwnershipToken{
+public:
+    virtual ~OwnershipToken(){}
+};
+
+}}
+
+
+#endif

Propchange: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/OwnershipToken.h
------------------------------------------------------------------------------
    svn:keywords = Rev Date


Reply via email to