neilg       2003/11/27 08:44:59

  Modified:    c/src/xercesc/framework/psvi PSVIItem.hpp
  Log:
  implement isSpecified; thanks to Pete Lloyd
  
  Revision  Changes    Path
  1.6       +8 -0      xml-xerces/c/src/xercesc/framework/psvi/PSVIItem.hpp
  
  Index: PSVIItem.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/PSVIItem.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PSVIItem.hpp      27 Nov 2003 06:10:32 -0000      1.5
  +++ PSVIItem.hpp      27 Nov 2003 16:44:59 -0000      1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.6  2003/11/27 16:44:59  neilg
  + * implement isSpecified; thanks to Pete Lloyd
  + *
    * Revision 1.5  2003/11/27 06:10:32  neilg
    * PSVIAttribute implementation
    *
  @@ -340,6 +343,11 @@
       return fValidityState;
   }
   inline PSVIItem::ASSESSMENT_TYPE PSVIItem::getValidationAttempted() const
  +inline bool PSVIItem::getIsSchemaSpecified() const
  +{
  +    return fIsSpecified;
  +}
  +
   {
       return fAssessmentType;
   }
  
  
  

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

Reply via email to