]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h
#2497 creaMaracasVisu Feature New Normal - In container button add the list option
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / system.h
index 9481b66c2db1f8607491ed66e0fe5cc07578f982..69c3d2d8d7f6b5ec616003b065b4088694fce614 100644 (file)
@@ -39,8 +39,8 @@
 #include <exception>
 #include <string>
 #include "functor.h"
-#include <listWx.h>
-#include <wx/listctrl.h>
+//EED-MLER #include <listWx.h>
+//EED-MLER #include <wx/listctrl.h>
 
 
 /*!    @namespace <creaButtonContainer>
@@ -59,7 +59,7 @@
 }*/
 namespace creaButtonContainer
 {
-       using namespace view;
+//EED-MLER     using namespace view;
        // ----------------------------------------------------------------------------------
        /*!     @typedef std::string* StringType;
         *      @brief Defines the StringType type.
@@ -120,8 +120,8 @@ namespace creaButtonContainer
        //typedef std::map< StringType, ItemsList > ListGroupMap; // ex: grupo A,items lista A (la lista de ese grupo)
 
 
-       typedef std::list< ListWx > ListLst;
-       typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
+//EED-MLER     typedef std::list< ListWx > ListLst;
+//EED-MLER     typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
 
 
 // ----------------------------------------------------------------------------------