Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.h
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.h	(revision 1550)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.h	(revision 1551)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: camera.h,v $
-//= $Revision: 1.10 $
+//= $Revision: 1.11 $
 //= $Author: blanch $ 
-//= $Date: 2002-09-09 16:01:12 $
+//= $Date: 2002-10-18 16:53:30 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -88,7 +88,11 @@
 
 #define REFL_PROGRAM reflector
-#define REFL_VERSION 0.4
-
-const char REFL_SIGNATURE[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION );
+#define REFL_VERSION_A 0.4
+#define REFL_VERSION_B 0.5
+#define REFL_VERSION_C 0.6
+
+const char REFL_SIGNATURE_A[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION_A );
+const char REFL_SIGNATURE_B[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION_B );
+const char REFL_SIGNATURE_C[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION_C );
 
 //!@}
@@ -325,4 +329,7 @@
 /*
  *$Log: not supported by cvs2svn $
+ *Revision 1.10  2002/09/09 16:01:12  blanch
+ *Header file of camera.cxx 1.42.
+ *
  *Revision 1.9  2002/09/04 09:59:07  blanch
  *Modifications to use MGeomCam from MARS.
