source: Sophya/trunk/Poubelle/PI/picontainermac.cc@ 222

Last change on this file since 222 was 222, checked in by ansari, 26 years ago

Creation module DPC/PI Reza 09/04/99

File size: 294 bytes
RevLine 
[222]1#include "picontainermac.h"
2
3PIContainerMac::PIContainerMac(PIContainerGen *par, char *nom,
4 int sx, int sy, int px, int py)
5: PIContainerGen(par, nom, sx, sy, px, py)
6{
7 // Par dŽfaut, un container est invisible.
8 UnManage();
9}
10
11PIContainerMac::~PIContainerMac()
12{}
13
Note: See TracBrowser for help on using the repository browser.