You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/02/20 00:30:49 UTC

svn commit: r746054 - in /qpid/branches/win-pollable-condition/qpid/cpp/src: Makefile.am common.vcproj

Author: shuston
Date: Thu Feb 19 23:30:48 2009
New Revision: 746054

URL: http://svn.apache.org/viewvc?rev=746054&view=rev
Log:
Add new windows/PollableCondition.cpp

Modified:
    qpid/branches/win-pollable-condition/qpid/cpp/src/Makefile.am
    qpid/branches/win-pollable-condition/qpid/cpp/src/common.vcproj

Modified: qpid/branches/win-pollable-condition/qpid/cpp/src/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/branches/win-pollable-condition/qpid/cpp/src/Makefile.am?rev=746054&r1=746053&r2=746054&view=diff
==============================================================================
--- qpid/branches/win-pollable-condition/qpid/cpp/src/Makefile.am (original)
+++ qpid/branches/win-pollable-condition/qpid/cpp/src/Makefile.am Thu Feb 19 23:30:48 2009
@@ -41,6 +41,7 @@
   qpid/sys/windows/IOHandle.cpp \
   qpid/sys/windows/IoHandlePrivate.h \
   qpid/sys/windows/LockFile.cpp \
+  qpid/sys/windows/PollableCondition.cpp \
   qpid/sys/windows/Mutex.h \
   qpid/sys/windows/Shlib.cpp \
   qpid/sys/windows/Socket.cpp \

Modified: qpid/branches/win-pollable-condition/qpid/cpp/src/common.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/win-pollable-condition/qpid/cpp/src/common.vcproj?rev=746054&r1=746053&r2=746054&view=diff
==============================================================================
--- qpid/branches/win-pollable-condition/qpid/cpp/src/common.vcproj (original)
+++ qpid/branches/win-pollable-condition/qpid/cpp/src/common.vcproj Thu Feb 19 23:30:48 2009
@@ -894,7 +894,7 @@
 				>
 			</File>
 			<File
-				RelativePath=".\qpid\sys\windows\PollableCondition.cpp"
+				RelativePath="qpid\sys\windows\PollableCondition.cpp"
 				>
 			</File>
 			<File



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