]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h
#2502 creaMaracasVisu Feature New Normal - alternation between containers: button...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / system.h
index 8317474a63878af153e5a3f4695a3f716934598f..475bb212ebf796bb3986ea845d6bd5f24a16f5af 100644 (file)
@@ -39,8 +39,8 @@
 #include <exception>
 #include <string>
 #include "functor.h"
-#include <listWx.h>
-#include <wx/listctrl.h>
+//#include "listWx.h"
+//#include <wx/listctrl.h>
 
 
 /*!    @namespace <creaButtonContainer>
@@ -59,7 +59,7 @@
 }*/
 namespace creaButtonContainer
 {
-       using namespace view;
+       //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; // lista contenedor
-       typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
+       //typedef std::list< ListWx > ListLst; // lista contenedor
+       //typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
 
 // ----------------------------------------------------------------------------------
 }