You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ro...@locus.apache.org on 2000/01/14 01:52:46 UTC

cvs commit: xml-xerces/c/src/util XMLNetAccessor.hpp

roddey      00/01/13 16:52:46

  Modified:    c/src/util XMLNetAccessor.hpp
  Log:
  Added a NetAccessorException for use by implementations of the
  NetAccessor abstraction, if they need to report errors during
  processing.
  
  Revision  Changes    Path
  1.3       +17 -0     xml-xerces/c/src/util/XMLNetAccessor.hpp
  
  Index: XMLNetAccessor.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XMLNetAccessor.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLNetAccessor.hpp	2000/01/12 00:16:23	1.2
  +++ XMLNetAccessor.hpp	2000/01/14 00:52:45	1.3
  @@ -56,6 +56,11 @@
   
   /**
    * $Log: XMLNetAccessor.hpp,v $
  + * Revision 1.3  2000/01/14 00:52:45  roddey
  + * Added a NetAccessorException for use by implementations of the
  + * NetAccessor abstraction, if they need to report errors during
  + * processing.
  + *
    * Revision 1.2  2000/01/12 00:16:23  roddey
    * Changes to deal with multiply nested, relative pathed, entities and to deal
    * with the new URL class changes.
  @@ -74,6 +79,19 @@
   #include <util/XML4CDefs.hpp>
   
   class BinInputStream;
  +
  +
  +// Hard coded Unicode text for "NetAccessorException"
  +static const XMLCh gNetAccessorException_Name[] =
  +{
  +        chLatin_N, chLatin_e, chLatin_t, chLatin_A, chLatin_c, chLatin_c
  +    ,   chLatin_e, chLatin_s, chLatin_s, chLatin_o, chLatin_r, chLatin_E
  +    ,   chLatin_x, chLatin_c, chLatin_e, chLatin_p, chLatin_t, chLatin_i
  +    ,   chLatin_o, chLatin_n, chNull
  +};
  +
  +MakeXML4CException(NetAccessorException, XMLUTIL_EXPORT)
  +
   
   
   //