You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2006/12/04 22:43:51 UTC

svn commit: r482375 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp

Author: tabish
Date: Mon Dec  4 13:43:49 2006
New Revision: 482375

URL: http://svn.apache.org/viewvc?view=rev&rev=482375
Log:
https://issues.apache.org/activemq/browse/AMQCPP-21

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp?view=diff&rev=482375&r1=482374&r2=482375
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp Mon Dec  4 13:43:49 2006
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <activemq/connector/openwire/marshal/V2/MarshallerFactory.h>
+#include <activemq/connector/openwire/marshal/v2/MarshallerFactory.h>
 #include <activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.h>
 #include <activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.h>
 #include <activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.h>