dbertoni    01/06/07 07:56:17

  Modified:    c/Tests/Threads ThreadTest.cpp
  Log:
  Made globals pointers to const objects.
  
  Revision  Changes    Path
  1.13      +2 -2      xml-xalan/c/Tests/Threads/ThreadTest.cpp
  
  Index: ThreadTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Threads/ThreadTest.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ThreadTest.cpp    2001/04/27 21:35:05     1.12
  +++ ThreadTest.cpp    2001/06/07 14:56:12     1.13
  @@ -154,8 +154,8 @@
   
   
   // Used to hold compiled stylesheet and pre-parsed source...
  -XalanCompiledStylesheet*     glbCompiledStylesheet = 0;
  -XalanParsedSource*                   glbParsedSource = 0;
  +const XalanCompiledStylesheet*       glbCompiledStylesheet = 0;
  +const XalanParsedSource*             glbParsedSource = 0;
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to