/** \file Forward declaration of transformation \author Lukas Nellen \version $Id$ \date 28 Oct 2003 */ #ifndef _utl_Transformation_fwd_h_ #define _utl_Transformation_fwd_h_ static const char CVSId_utl_Transformation_fwd[] = "$Id$"; #include namespace utl { class TransformationPolicy; typedef TransformerConstructor Transformation; } // utl #endif // _utl_Transformation_fwd_h_ // Configure (x)emacs for this file ... // Local Variables: // mode:c++ // compile-command: "make -C .. -k" // End: