equal
deleted
inserted
replaced
18 |
18 |
19 #ifndef CPEPARSERVOIPNUMBERHANDLER_H |
19 #ifndef CPEPARSERVOIPNUMBERHANDLER_H |
20 #define CPEPARSERVOIPNUMBERHANDLER_H |
20 #define CPEPARSERVOIPNUMBERHANDLER_H |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <cphonevoipnumberhandler.h> |
23 #include <CPhoneVoipNumberHandler.h> |
24 #include <pevirtualengine.h> |
24 #include <pevirtualengine.h> |
25 |
25 |
26 // CONSTANTS |
26 // CONSTANTS |
27 // None. |
27 // None. |
28 |
28 |
90 * @since 5.0 |
90 * @since 5.0 |
91 * @param aPostfix postfix to modify. |
91 * @param aPostfix postfix to modify. |
92 * @return modified postfix. |
92 * @return modified postfix. |
93 */ |
93 */ |
94 TPtrC FilterPostfix( TPtrC aPostfix ); |
94 TPtrC FilterPostfix( TPtrC aPostfix ); |
95 |
95 |
96 /** |
96 /** |
97 * C++ default constructor. |
97 * C++ default constructor. |
98 */ |
98 */ |
99 CPEParserVoipNumberHandler( |
99 CPEParserVoipNumberHandler( |
100 CPEMessageHandler& aOwner, |
100 CPEMessageHandler& aOwner, |