Functions | |
| def | waitContainer (mycont) |
Variables | |
| clt = orbmodule.client() | |
| obj = clt.orb.resolve_initial_references("NameService") | |
| rootContext = obj._narrow(CosNaming.NamingContext) | |
| list | cname = [] |
| ccontext = rootContext.resolve(cname) | |
| def waitContainers.waitContainer | ( | mycont | ) |
| waitContainers.ccontext = rootContext.resolve(cname) |
| waitContainers.clt = orbmodule.client() |
| list waitContainers.cname = [] |
Referenced by Engines_Component_i.GetDynLibraryName().
| waitContainers.obj = clt.orb.resolve_initial_references("NameService") |
| waitContainers.rootContext = obj._narrow(CosNaming.NamingContext) |