Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IdOperation.cxx

Go to the documentation of this file.
00001 // $Header $
00002 
00003 #include "xmlUtil/id/IdOperation.h"
00004 
00005 namespace xmlUtil {
00006 
00007   // The only reason for putting this here is that it generates
00008   // a warning message.  Better one warning message than many.
00009   IdOperation::IdOperation(DOM_Element) {}
00010 
00011   NamedId *IdOperation::convert(const NamedId& inputId)      {
00012     return new NamedId(inputId);
00013   }
00014 
00015   std::ostream& operator<<(std::ostream& s, const IdOperation& op) {
00016     s << op.myOp();
00017     return s;
00018   }
00019 }

Generated on Wed Oct 16 14:02:48 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001