[Simit-arm-cvs] simit-arm/libosm osm.hpp,1.2,1.3
Brought to you by:
weiqin04
From: Wei Q. <wei...@us...> - 2005-05-20 06:11:37
|
Update of /cvsroot/simit-arm/simit-arm/libosm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17311/libosm Modified Files: osm.hpp Log Message: massive update, see changelog for details Index: osm.hpp =================================================================== RCS file: /cvsroot/simit-arm/simit-arm/libosm/osm.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** osm.hpp 12 Nov 2004 06:33:00 -0000 1.2 --- osm.hpp 20 May 2005 06:11:27 -0000 1.3 *************** *** 258,261 **** --- 258,264 ---- /** Constructor. */ + _token_() : _tenant_(NULL), _boss_(NULL) {} + + /** Constructor. */ _token_(_M_ *m) : _tenant_(NULL), _boss_(m) {} |