FIXME's (to follow frozen enum assignment in interface)
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 1 Aug 2007 17:23:53 +0000 (17:23 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 1 Aug 2007 17:23:53 +0000 (17:23 +0000)
org.glite.lb.client/src/Event.cpp.T
org.glite.lb.client/src/JobStatus.cpp.T

index 7b4ef43..e7faae3 100644 (file)
@@ -318,6 +318,7 @@ Event::name(void) const
 }
 
 
+/* FIXME: this will not work with the current frozen assignment of constants in Event.h */
 static 
 std::string const attr_names[Event::ATTR_MAX] = {
 @@@{
index fe09bce..7ffebfe 100644 (file)
@@ -405,6 +405,7 @@ JobStatus::getValJobStatusList(Attr attr) const
 }
 
 
+/* FIXME: this will not work with the current frozen assignment of constants in JobStatus.h */
 static std::string const attr_names[JobStatus::ATTR_MAX] = {
 @@@{
        for (sort {$a cmp $b} getAllFields $status) {