summaryrefslogtreecommitdiff
path: root/src/AdvApp2Var/AdvApp2Var_SysBase_baseinit.cxx
blob: 6edf72c670eb7a53623ec13e6ffed365fdff216a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// File:	fdetlibinit.cxx
// Created:	Tue May 21 11:49:45 1996
// Author:	Philippe MANGIN
//		<pmn@sgi29>

#include <AdvApp2Var_SysBase.hxx>


static int init_STBAS(void)
{
  int ICODE = 0;
  // Init du Tableau des allocs
  AdvApp2Var_SysBase::mainial_();
  // Init de LEC IBB IMP
  AdvApp2Var_SysBase::macinit_(&ICODE, &ICODE);
  //
  return 1;
}
//
class STBASLibInit
{
  static int var_STBASLibINIT;
};

int STBASLibInit::var_STBASLibINIT = init_STBAS();