diff options
author | Stephen D. Huston <shuston@apache.org> | 2008-12-04 00:07:31 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2008-12-04 00:07:31 +0000 |
commit | 6a7490ea9ae615dfec483bbc347ccdc9b2c2d8b3 (patch) | |
tree | 6320977715261534a03fed701044cba1f2b9e300 /cpp | |
parent | d012f07d4f540f3c25596658d9481f7fd027ea6e (diff) | |
download | qpid-python-6a7490ea9ae615dfec483bbc347ccdc9b2c2d8b3.tar.gz |
Catch up to generated code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@723159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/broker.vcproj | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/cpp/src/broker.vcproj b/cpp/src/broker.vcproj index f57e3305c0..23427e0320 100644 --- a/cpp/src/broker.vcproj +++ b/cpp/src/broker.vcproj @@ -388,21 +388,9 @@ RelativePath="gen\qmf\org\apache\qpid\broker\Connection.cpp">
</File>
<File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentConnect.cpp">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentDisconnect.cpp">
- </File>
- <File
RelativePath="gen\qmf\org\apache\qpid\broker\EventBind.cpp">
</File>
<File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerConnect.cpp">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerDisconnect.cpp">
- </File>
- <File
RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkDown.cpp">
</File>
<File
@@ -751,6 +739,9 @@ RelativePath="qpid\broker\QueueCleaner.cpp">
</File>
<File
+ RelativePath="qpid\broker\QueueListeners.cpp">
+ </File>
+ <File
RelativePath="qpid\broker\QueuePolicy.cpp">
</File>
<File
@@ -941,21 +932,9 @@ RelativePath="gen\qmf\org\apache\qpid\broker\Connection.h">
</File>
<File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentConnect.h">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentDisconnect.h">
- </File>
- <File
RelativePath="gen\qmf\org\apache\qpid\broker\EventBind.h">
</File>
<File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerConnect.h">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerDisconnect.h">
- </File>
- <File
RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkDown.h">
</File>
<File
@@ -1160,6 +1139,9 @@ RelativePath="qpid\broker\QueueCleaner.h">
</File>
<File
+ RelativePath="qpid\broker\QueueListeners.h">
+ </File>
+ <File
RelativePath="qpid\broker\QueueMessage.h">
</File>
<File
|