Author: gsim
Date: Wed Nov 22 07:08:03 2006
New Revision: 478183
URL: http://svn.apache.org/viewvc?view=rev&rev=478183
Log:
Temporary fix to avoid type name clashes. Will very shortly move this
definition of string into the qpid::framing namespace to avoid any pollution of
the global namespace.
Modified:
incubator/qpid/trunk/qpid/cpp/src/qpid/framing/amqp_types.h
Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/framing/amqp_types.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/framing/amqp_types.h?view=diff&rev=478183&r1=478182&r2=478183
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/framing/amqp_types.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/framing/amqp_types.h Wed Nov 22
07:08:03 2006
@@ -33,7 +33,6 @@
#ifndef AMQP_TYPES_H
#define AMQP_TYPES_H
-
-typedef std::string string;
+using std::string;
#endif