21 from omniidl_be.cxx
import util
27 'Program Name':
'omniidl (doil adapter backend)',
31 'Library Version':
'omniORB_4_0',
44 'CORBAServant':
False,
45 'CORBAAdapter':
False,
63 'ImplicitInclude':
False,
68 'ServantSuffix':
'Servant',
79 'AdapterSuffix':
'Adapter',
90 'ProxySuffix':
'Proxy',
115 if self._config.has_key(key):
117 util.fatalError(
"Configuration key not found (" + key +
")")
120 if self._config.has_key(key):
123 util.fatalError(
"Configuration key not found (" + key +
")")
128 for key
in self._config.keys():
129 if len(key) > max: max = len(key)
131 for key
in self._config.keys():
132 print string.ljust(key, max),
": ", repr(self.
_config[key])
135 if not hasattr(config,
"state"):
def __setitem__(self, key, value)
def __getitem__(self, key)