summaryrefslogtreecommitdiff
path: root/server/src/macro.h
diff options
context:
space:
mode:
authordeva <deva>2008-03-19 10:52:11 +0000
committerdeva <deva>2008-03-19 10:52:11 +0000
commit30d9bae5f4c35c23f85b4468cc89f9cd0dafc497 (patch)
treeea04f6d71f5f9739f15554d8984a3b4c24db0649 /server/src/macro.h
parent8fd8b50d51b234011f00bab7b46cf56cfd760f99 (diff)
Merge with local code.
Diffstat (limited to 'server/src/macro.h')
-rw-r--r--server/src/macro.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/src/macro.h b/server/src/macro.h
index 2252d90..9d4692f 100644
--- a/server/src/macro.h
+++ b/server/src/macro.h
@@ -29,13 +29,17 @@
#include <string>
#include <vector>
+#include <map>
+/*
class WidgetProperty {
public:
std::string name;
std::string value;
};
-typedef std::vector< WidgetProperty > WidgetPropertyList;
+*/
+//typedef std::vector< WidgetProperty > WidgetPropertyList;
+typedef std::map< std::string, std::string > WidgetPropertyList;
class Widget;
typedef std::vector< Widget > WidgetList;