amassari    2005/01/07 07:22:47

  Modified:    c/src/xercesc/internal XSerializable.hpp
  Log:
  Removed warnings
  
  Revision  Changes    Path
  1.6       +7 -4      xml-xerces/c/src/xercesc/internal/XSerializable.hpp
  
  Index: XSerializable.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XSerializable.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XSerializable.hpp 29 Nov 2004 16:20:35 -0000      1.5
  +++ XSerializable.hpp 7 Jan 2005 15:22:47 -0000       1.6
  @@ -17,6 +17,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.6  2005/01/07 15:22:47  amassari
  + * Removed warnings
  + *
    * Revision 1.5  2004/11/29 16:20:35  cargilld
    * Remove XObjectComparator and XTemplateComparator.  These are debug files 
that aren't used.
    *
  @@ -63,13 +66,13 @@
       virtual XProtoType* getProtoType()                 const = 0;
   
   protected:
  -    XSerializable(){} ;
  +    XSerializable() {}
  +    XSerializable(const XSerializable& ) {}             
   
   private:
       // 
-----------------------------------------------------------------------
  -    //  Unimplemented copy ctor and assignment operator
  +    //  Unimplemented assignment operator
       // 
-----------------------------------------------------------------------
  -     XSerializable(const XSerializable& );              
        XSerializable& operator=(const XSerializable&);
   
   };
  
  
  

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

Reply via email to