From 21cfe5a05fb82dba4f351bcdf7a11d653816b9b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 1 Aug 2007 17:23:53 +0000 Subject: [PATCH] FIXME's (to follow frozen enum assignment in interface) --- org.glite.lb.client/src/Event.cpp.T | 1 + org.glite.lb.client/src/JobStatus.cpp.T | 1 + 2 files changed, 2 insertions(+) diff --git a/org.glite.lb.client/src/Event.cpp.T b/org.glite.lb.client/src/Event.cpp.T index 7b4ef43..e7faae3 100644 --- a/org.glite.lb.client/src/Event.cpp.T +++ b/org.glite.lb.client/src/Event.cpp.T @@ -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] = { @@@{ diff --git a/org.glite.lb.client/src/JobStatus.cpp.T b/org.glite.lb.client/src/JobStatus.cpp.T index fe09bce..7ffebfe 100644 --- a/org.glite.lb.client/src/JobStatus.cpp.T +++ b/org.glite.lb.client/src/JobStatus.cpp.T @@ -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) { -- 1.8.2.3