Ignore:
Timestamp:
Mar 12, 2014, 11:15:56 AM (11 years ago)
Author:
lemeur
Message:

maj de History

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_softwarePanel.h

    r493 r495  
    77//
    88
    9 #ifndef GWt_softwarePanelBis_SEEN
    10 #define GWt_softwarePanelBis_SEEN
     9#ifndef GWt_softwarePanel_SEEN
     10#define GWt_softwarePanel_SEEN
    1111
    1212#include <iostream>
     
    2222class GWt_machine;
    2323
    24 class GWt_softwarePanelBis  : public WContainerWidget
     24class GWt_softwarePanel  : public WContainerWidget
    2525{
    2626 public :
    2727 
    28   GWt_softwarePanelBis(dataManager*, GWt_machine*);
    29   virtual ~GWt_softwarePanelBis();
     28  GWt_softwarePanel(dataManager*, GWt_machine*);
     29  virtual ~GWt_softwarePanel();
    3030
    3131  /**
Note: See TracChangeset for help on using the changeset viewer.