knoaman     2003/12/01 17:27:01

  Modified:    c/src/xercesc/framework/psvi XSElementDeclaration.cpp
  Log:
  Properly set fAnnotation data member
  
  Revision  Changes    Path
  1.9       +4 -0      xml-xerces/c/src/xercesc/framework/psvi/XSElementDeclaration.cpp
  
  Index: XSElementDeclaration.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSElementDeclaration.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XSElementDeclaration.cpp  25 Nov 2003 20:37:40 -0000      1.8
  +++ XSElementDeclaration.cpp  2 Dec 2003 01:27:01 -0000       1.9
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.9  2003/12/02 01:27:01  knoaman
  + * Properly set fAnnotation data member
  + *
    * Revision 1.8  2003/11/25 20:37:40  jberry
    * Cleanup build errors/warnings from CodeWarrior
    *
  @@ -119,6 +122,7 @@
       , fTypeDefinition(typeDefinition)
       , fEnclosingTypeDefinition(enclosingTypeDefinition)
       , fSubstitutionGroupAffiliation(substitutionGroupAffiliation)
  +    , fAnnotation(annot)
       , fIdentityConstraints(identityConstraints)
   {
       // set block and final information
  
  
  

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

Reply via email to