align C++ *Code enums with C -- fixes bug #28842
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 18 Sep 2007 10:12:48 +0000 (10:12 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 18 Sep 2007 10:12:48 +0000 (10:12 +0000)
org.glite.lb.client-interface/interface/Event.h.T

index b2899f2..2593a73 100644 (file)
@@ -121,7 +121,7 @@ public:
 };
                                for (@{$ff->{codes}}) {
                                        gen qq{
-!              $ut$_->{name},  /**< $_->{comment} */
+!              $ut$_->{name} = EDG_WLL_$ut$_->{name},  /**< $_->{comment} */
 };
                                }
                                gen qq{