dmitryh     2004/08/13 08:48:42

  Modified:    c/src/xalanc/PlatformSupport ExecutionContext.hpp
  Log:
  Cleaning obsolete functions with "const char*" parameter
  
  Revision  Changes    Path
  1.5       +0 -38     
xml-xalan/c/src/xalanc/PlatformSupport/ExecutionContext.hpp
  
  Index: ExecutionContext.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/ExecutionContext.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ExecutionContext.hpp      26 Feb 2004 22:34:18 -0000      1.4
  +++ ExecutionContext.hpp      13 Aug 2004 15:48:42 -0000      1.5
  @@ -66,19 +66,6 @@
                        const LocatorType*              locator = 0) const = 0;
   
        /**
  -      * Report an error and throw an exception.
  -      * 
  -      * @param msg The text of the message.
  -      * @param sourceNode The source node where the error occurred.  May be 
0.
  -      * @param locator A Locator to determine where the error occurred.  May 
be 0.
  -      */
  -     virtual void
  -     error(
  -                     const char*                     msg,
  -                     const XalanNode*        sourceNode = 0,
  -                     const LocatorType*      locator = 0) const = 0;
  -
  -     /**
         * Report a warning
         * 
         * @param msg The text of the message.
  @@ -92,19 +79,6 @@
                        const LocatorType*              locator = 0) const = 0;
   
        /**
  -      * Report a warning
  -      * 
  -      * @param msg The text of the message.
  -      * @param sourceNode The source node where the warning occurred.  May 
be 0.
  -      * @param locator A Locator to determine where the warning occurred.  
May be 0.
  -      */
  -     virtual void
  -     warn(
  -                     const char*                     msg,
  -                     const XalanNode*        sourceNode = 0,
  -                     const LocatorType*      locator = 0) const = 0;
  -
  -     /**
         * Output a message.
         * 
         * @param msg The text of the message.
  @@ -117,18 +91,6 @@
                        const XalanNode*                sourceNode = 0,
                        const LocatorType*              locator = 0) const = 0;
   
  -     /**
  -      * Output a message.
  -      * 
  -      * @param msg The text of the message.
  -      * @param sourceNode The source node where the message occurred.  May 
be 0.
  -      * @param locator A Locator to determine where the message occurred.  
May be 0.
  -      */
  -     virtual void
  -     message(
  -                     const char*                     msg,
  -                     const XalanNode*        sourceNode = 0,
  -                     const LocatorType*      locator = 0) const = 0;
   };
   
   
  
  
  

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

Reply via email to