Unremovable changes

main/yubo-dev
Nuno 3 years ago
parent 703c21cbc5
commit 52c94ee0c6

@ -1,7 +1,7 @@
/** \file driver_direct3d_pixel_program.cpp /** \file driver_direct3d_pixel_program.cpp
* Direct 3d driver implementation * Direct 3d driver implementation
* *
* $Id: driver_direct3d_pixel_program.cpp,v 1.1.2.4 2007/07/09 15:26:35 legallo Exp $ * $Id$
* *
* \todo manage better the init/release system (if a throw occurs in the init, we must release correctly the driver) * \todo manage better the init/release system (if a throw occurs in the init, we must release correctly the driver)
*/ */

@ -1,7 +1,7 @@
/** \file driver_opengl_pixel_program.cpp /** \file driver_opengl_pixel_program.cpp
* OpenGL driver implementation for pixel program manipulation. * OpenGL driver implementation for pixel program manipulation.
* *
* $Id: driver_opengl_pixel_program.cpp,v 1.1.2.4 2007/07/09 15:29:00 legallo Exp $ * $Id$
* *
* \todo manage better the init/release system (if a throw occurs in the init, we must release correctly the driver) * \todo manage better the init/release system (if a throw occurs in the init, we must release correctly the driver)
*/ */

@ -17,7 +17,7 @@
//------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------
// project: sadge lib // project: sadge lib
// file: text_input.h // file: text_input.h
// version: $Id: text_input.h,v 1.2 2004/06/15 17:33:37 boucher Exp $ // version: $Id$
// //
//------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------

@ -20,7 +20,7 @@
//------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------
// project: sadge lib // project: sadge lib
// file: text_output.h // file: text_output.h
// version: $Id: text_output.h,v 1.1 2004/02/10 17:54:46 boucher Exp $ // version: $Id$
// //
// This file contains a string class derived from the STL string // This file contains a string class derived from the STL string
// The string compare functions od the class are case insensitive // The string compare functions od the class are case insensitive

@ -422,7 +422,7 @@ public:
if (!description.empty()) if (!description.empty())
*this << description << "\n"; *this << description << "\n";
*this << "\n"; *this << "\n";
*this << "$Id: cpp_output.h,v 1.15 2004/12/13 17:19:01 legros Exp $\n"; *this << "$Id$\n";
*this << "*/\n\n"; *this << "*/\n\n";
} }
} }

Loading…
Cancel
Save