From: Dave B. <bla...@us...> - 2011-05-20 14:39:47
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/wbem/indications In directory vz-cvs-3.sog:/tmp/cvs-serv26038/src/org/sblim/cimclient/internal/wbem/indications Modified Files: Tag: Experimental CIMIndicationHandler.java Log Message: 3304058 - Use same date format in change history Index: CIMIndicationHandler.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/wbem/indications/CIMIndicationHandler.java,v retrieving revision 1.10.2.12 retrieving revision 1.10.2.13 diff -u -d -r1.10.2.12 -r1.10.2.13 --- CIMIndicationHandler.java 20 May 2011 14:03:03 -0000 1.10.2.12 +++ CIMIndicationHandler.java 20 May 2011 14:39:45 -0000 1.10.2.13 @@ -15,7 +15,7 @@ * Change History * Flag Date Prog Description *------------------------------------------------------------------------------- - * 17931 07/28/2005 thschaef Add InetAddress to CIM Event + * 17931 2005-07-28 thschaef Add InetAddress to CIM Event * 1438152 2006-05-15 lupusalex Wrong message ID in ExportResponseMessage * 1498938 2006-06-01 lupusalex Multiple events in single cim-xml request are not handled * 1498130 2006-05-31 lupusalex Selection of xml parser on a per connection basis @@ -31,6 +31,7 @@ * 3186176 2011-02-18 blaschke-oss XML response for indication not traced * 3185763 2011-02-25 blaschke-oss Reliable indication support - Phase 1 * 3288721 2011-05-20 blaschke-oss Need the function of indication reordering + * 3304058 2011-05-20 blaschke-oss Use same date format in change history */ package org.sblim.cimclient.internal.wbem.indications; |