peiyongz    2003/07/31 10:03:19

  Modified:    c/src/xercesc/framework XMLSchemaDescription.hpp
  Log:
  locationHint incrementally added
  
  Revision  Changes    Path
  1.2       +7 -4      xml-xerces/c/src/xercesc/framework/XMLSchemaDescription.hpp
  
  Index: XMLSchemaDescription.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLSchemaDescription.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLSchemaDescription.hpp  20 Jun 2003 18:37:39 -0000      1.1
  +++ XMLSchemaDescription.hpp  31 Jul 2003 17:03:19 -0000      1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.2  2003/07/31 17:03:19  peiyongz
  + * locationHint incrementally added
  + *
    * Revision 1.1  2003/06/20 18:37:39  peiyongz
    * Stateless Grammar Pool :: Part I
    *
  @@ -129,7 +132,7 @@
         * getTargetNamespace
         *
         */     
  -    virtual const XMLCh*                getTargetNamespace() const = 0;
  +    virtual const XMLCh*               getTargetNamespace() const = 0;
   
       /**
         * getLocationHints
  @@ -171,7 +174,7 @@
         * setLocationHints
         *
         */     
  -    virtual void                       setLocationHints(RefArrayVectorOf<XMLCh>* 
const) = 0;
  +    virtual void                       setLocationHints(const XMLCh* const) = 0;
   
       /**
         * setTriggeringComponent
  
  
  

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

Reply via email to