SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
O | O | O | O |
Public Functions | |
---|---|
SFCError |
CreateInstance(
AEECLSID id
, SFBBaseSmpPtr result
)
Create a new SFBModule instance.
|
SFBBaseSmp |
CreateInstance(
AEECLSID id
)
Create a new SFBModule instance.
|
Void |
FreeResources(
SFBHeapSmpConstRef heap
, SFBFileMgrSmpConstRef filemgr
)
This function is called by the AEE Shell when the shell or device detects a low memory or storage condition.
|
Protected Functions | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface.
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface using the SFBQuery instance.
|
[ public ] SFCError CreateInstance( AEECLSID id // ClassID SFBBaseSmpPtr result // get the interface );
[ public ] SFBBaseSmp CreateInstance( AEECLSID id // ClassID );
[ public ] Void FreeResources( SFBHeapSmpConstRef heap // SFBHeap interface SFBFileMgrSmpConstRef filemgr // SFBFileMgr interface );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |