diff options
author | deva <deva> | 2008-03-19 10:52:11 +0000 |
---|---|---|
committer | deva <deva> | 2008-03-19 10:52:11 +0000 |
commit | 30d9bae5f4c35c23f85b4468cc89f9cd0dafc497 (patch) | |
tree | ea04f6d71f5f9739f15554d8984a3b4c24db0649 /server/src/macro.h | |
parent | 8fd8b50d51b234011f00bab7b46cf56cfd760f99 (diff) |
Merge with local code.
Diffstat (limited to 'server/src/macro.h')
-rw-r--r-- | server/src/macro.h | 6 |
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; |