Update of /cvsroot/boost/boost/libs/interprocess/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1082/example

Modified Files:
        doc_message_queueB.cpp Jamfile.v2 
Log Message:
no message

Index: doc_message_queueB.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/interprocess/example/doc_message_queueB.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- doc_message_queueB.cpp      12 May 2007 12:31:52 -0000      1.2
+++ doc_message_queueB.cpp      23 Jun 2007 13:01:38 -0000      1.3
@@ -24,7 +24,7 @@
          );
 
       unsigned int priority;
-      unsigned int recvd_size;
+      std::size_t recvd_size;
 
       //Receive 100 numbers
       for(int i = 0; i < 100; ++i){

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/interprocess/example/Jamfile.v2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Jamfile.v2  12 Jun 2007 17:09:32 -0000      1.2
+++ Jamfile.v2  23 Jun 2007 13:01:38 -0000      1.3
@@ -32,4 +32,4 @@
    return $(all_rules) ;
 }
 
-test-suite interprocess_example : [ test_all r ] ; 
\ No newline at end of file
+test-suite interprocess_example : [ test_all r ] : <threading>multi ; 
\ No newline at end of file


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to