From: stephan b. <sg...@us...> - 2004-12-28 16:00:43
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/Util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5077/include/pclasses/Util Modified Files: SimplePropertyStore.h Log Message: Added note about how to use this class with SIO. Index: SimplePropertyStore.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Util/SimplePropertyStore.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- SimplePropertyStore.h 27 Dec 2004 23:14:10 -0000 1.3 +++ SimplePropertyStore.h 28 Dec 2004 16:00:27 -0000 1.4 @@ -33,6 +33,12 @@ It follows STL container conventions, so it can be used in many container contexts and with many generic algorithms. + If you want this class to work with the SIO framework you + must include the following header: + + <pclasses/s11n/proxy/SimplePropertyStore_s11n.h> + + AFTER including SIO.h. */ class SimplePropertyStore |