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 su...@apache.org on 2004/07/23 15:37:07 UTC

cvs commit: ws-axis/c/src/xml/txpp/lib DefaultMMContext.h

susantha    2004/07/23 06:37:07

  Modified:    c/src/xml/txpp/lib DefaultMMContext.h
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/src/xml/txpp/lib/DefaultMMContext.h
  
  Index: DefaultMMContext.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/txpp/lib/DefaultMMContext.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultMMContext.h	22 Jul 2004 11:44:06 -0000	1.1
  +++ DefaultMMContext.h	23 Jul 2004 13:37:07 -0000	1.2
  @@ -27,7 +27,7 @@
   	DefaultMMContext();
   	virtual ~DefaultMMContext();
   public:
  -    //static DefaultMMContext defaultContext;
  +    static DefaultMMContext defaultContext;
   };
   
   TXPP_NAMESPACE_END