All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATICfgMngUEBsf
Usage: you can reimplement this interface by deriving the supplied adapter class.
interface CATICfgMngUEBsf
Implement this interface to define:
- List of predefined BSF filters
- List of existing domains
Method Index
- o
GetBSFNames(CATListOfCATUnicodeString&)
- Get the list of available BSF filters.
- o
GetDomainList(CATListOfCATUnicodeString&)
- Get the list of available domains.
Methods
o GetBSFNames
| public virtual GetBSFNames( | | iBSFNames) |
-
Get the list of available BSF filters. You will to implement
the definition of these filters through CATICfgUEBsf.h .
- Parameters:
-
- iBSFNames
- List of filters.
o GetDomainList
| public virtual GetDomainList( | | oDomainList) |
-
Get the list of available domains.
- Parameters:
-
- oDomainList
- List of domains.
This object is included in the file: CATICfgMngUEBsf.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces