From bcc71139a65159446c0d00b2677969ebdc5639ca Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 21 Jun 2004 17:28:32 +0000 Subject: [PATCH] unnamed attributes not implemented git-svn-id: http://ltt.polymtl.ca/svn@603 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/attribute.h | 2 ++ ltt/branches/poly/lttv/lttv/iattribute.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ltt/branches/poly/lttv/lttv/attribute.h b/ltt/branches/poly/lttv/lttv/attribute.h index 784fcdc8..017f03f1 100644 --- a/ltt/branches/poly/lttv/lttv/attribute.h +++ b/ltt/branches/poly/lttv/lttv/attribute.h @@ -19,6 +19,8 @@ #ifndef ATTRIBUTE_H #define ATTRIBUTE_H +/* FIXME : unnamed attributed not implemented *" + #include #include #include diff --git a/ltt/branches/poly/lttv/lttv/iattribute.h b/ltt/branches/poly/lttv/lttv/iattribute.h index 95d1fcf1..0bf10ad7 100644 --- a/ltt/branches/poly/lttv/lttv/iattribute.h +++ b/ltt/branches/poly/lttv/lttv/iattribute.h @@ -16,6 +16,8 @@ * MA 02111-1307, USA. */ +/* FIXME : unnamed attributed not implemented */ + #ifndef IATTRIBUTE_H #define IATTRIBUTE_H -- 2.34.1