[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jun 17 13:44:50 UTC 2007
SVN commit 676705 by okellogg:
enum ListView_Type: New values need to appear at the end because the numeric
values of the enum literals are saved to the XMI (in the <listview> tag)
M +3 -3 umlnamespace.h
--- trunk/KDE/kdesdk/umbrello/umbrello/umlnamespace.h #676704:676705
@@ -219,15 +219,15 @@
lvt_Enum,
lvt_Entity,
lvt_EntityAttribute,
- lvt_UniqueConstraint,
- lvt_PrimaryKeyConstraint,
- lvt_ForeignKeyConstraint,
lvt_EntityRelationship_Diagram,
lvt_EntityRelationship_Folder,
lvt_EntityRelationship_Model,
lvt_Subsystem,
lvt_Model,
lvt_EnumLiteral,
+ lvt_UniqueConstraint,
+ lvt_PrimaryKeyConstraint,
+ lvt_ForeignKeyConstraint,
lvt_Unknown = -1
};
More information about the umbrello-devel
mailing list