Searched defs:PlatformBase (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dvboxapi.py247 class PlatformBase(object): class in inherits:object
441 class PlatformMSCOM(PlatformBase):
458 PlatformBase.__init__(self, dParams)
728 class PlatformXPCOM(PlatformBase):
734 PlatformBase.__init__(self, dParams)
835 class PlatformWEBSERVICE(PlatformBase):
841 PlatformBase.__init__(self, dParams)
1031 """ See PlatformBase::getVirtualBox(). """
1035 """ See PlatformBase::getSessionObject(). """
1039 """ See PlatformBase
[all...]

Completed in 45 milliseconds