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 2007/06/11 21:30:49 UTC

svn commit: r546227 - /activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h

Author: tabish
Date: Mon Jun 11 12:30:48 2007
New Revision: 546227

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

Building Decaf lib

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h

Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h?view=diff&rev=546227&r1=546226&r2=546227
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h Mon Jun 11 12:30:48 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef _DECAF_IO_SOCKETTEST_H_
-#define _DECAF_IO_SOCKETTEST_H_
+#ifndef _DECAF_NET_SOCKETTEST_H_
+#define _DECAF_NET_SOCKETTEST_H_
 
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
@@ -155,4 +155,4 @@
 
 }}
 
-#endif /*_DECAF_IO_SOCKETTEST_H_*/
+#endif /*_DECAF_NET_SOCKETTEST_H_*/