You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2005/01/13 14:54:40 UTC

cvs commit: ws-axis/c/src/soap/xsd DateTime.cpp

prestonf    2005/01/13 05:54:40

  Modified:    c/src/soap/xsd DateTime.cpp
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +3 -0      ws-axis/c/src/soap/xsd/DateTime.cpp
  
  Index: DateTime.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/xsd/DateTime.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DateTime.cpp	10 Jan 2005 17:18:33 -0000	1.1
  +++ DateTime.cpp	13 Jan 2005 13:54:40 -0000	1.2
  @@ -32,6 +32,9 @@
   	    AxisChar *cTemp3;
   
   		time_t now;
  +
  +		time(&now);
  +
   	    pTm = gmtime (&now);
   
   	    struct tm result1;