CryptoCultSystemEngine  0.9.0
CWAPMMSFilter Class Reference

Removes APs whose names contain MMS or WAP. More...

#include <DefaultAPFilters.h>

Inheritance diagram for CWAPMMSFilter:
CAPFilterBase MAPFilter

List of all members.

Public Member Functions

IMPORT_C CWAPMMSFilter ()
 The default constructor.

Protected Member Functions

virtual TBool ExcludeSpecificL (const CAccessPoint &aAP)
 Removes the AP if its name contains string MMS or WAP, and the bearer is GPRS.

Detailed Description

Removes APs whose names contain MMS or WAP.

Author:
CircleTech, s.r.o.
Version:
1.0
Date:
2010 This filter removes all APs whose bearer is GPRS and whose name contains the string MMS or the string WAP. The search is case-sensitive (thus, 'mms' would still be accepted).

All WLAN APs are accepted by the filter, regardless of name.

Usually, the WAP/MMS APs aren't suitable for networking.


Constructor & Destructor Documentation

IMPORT_C CWAPMMSFilter::CWAPMMSFilter ( )

The default constructor.


Member Function Documentation

virtual TBool CWAPMMSFilter::ExcludeSpecificL ( const CAccessPoint aAP) [protected, virtual]

Removes the AP if its name contains string MMS or WAP, and the bearer is GPRS.

Parameters:
[in]aAPThe AP to test.
Returns:
ETrue if the AP is to be removed.

Implements CAPFilterBase.


The documentation for this class was generated from the following file: