Changeset 1074 in Sophya for trunk/SophyaPI/PI/Tests/pitcons.cc
- Timestamp:
- Jul 17, 2000, 7:14:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Tests/pitcons.cc
r474 r1074 102 102 PITApp::~PITApp() 103 103 { 104 MainWin()->Hide(); // Pb de plantage de ~PIConsole(), delete mScb , 07/2000 105 // cerr << " Deleting scons ... \n " << endl; 104 106 if (scons) delete scons; 107 // cerr << " Deleting cons ... \n " << endl; 105 108 if (cons) delete cons; 109 // cerr << " end of PITApp::~PITApp()... \n " << endl; 106 110 } 107 111
Note:
See TracChangeset
for help on using the changeset viewer.