13 #ifdef __GLIBCXX__ // for memory management with shared_ptr
14 # include <tr1/memory>
17 # define __IBMCPP_TR1__
22 #include "Cle2000Exception.hxx"
26 int_32 donmod(
char *cmodul, int_32 nentry,
char (*hentry)[13], int_32 *ientry,
27 int_32 *jentry, lcm **kentry,
char (*hparam)[73]);
29 #define Cle2000Ptr boost::shared_ptr<Cle2000>
57 Cle2000(std::string sname, int_32 edit);
64 Cle2000(std::string sname, LifoPtr jstack);
74 Cle2000(std::string sname, int_32 edit, LifoPtr jstack);