#include "recsid.h"
Include dependency graph for recsid.cpp:
Go to the source code of this file.
Functions | |
_LIT8 (KRecSidSignature,"PSID") | |
_LIT8 (KDataTypeSid,"application/sid") | |
EXPORT_C CApaDataRecognizerType * | CreateRecognizer () |
The gate function - ordinal 1. | |
GLDEF_C TInt | E32Dll (TDllReason) |
DLL entry point. | |
Variables | |
const TUid | KUidRecSid = {0x10009a99} |
const TInt | KMinBufferLength = 5 |
const TInt | KMaxBufferLength = 1000 |
Copyright (c) 2000-2002 Alfred E. Heggestad
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Definition in file recsid.cpp.
|
|
|
|
|
The gate function - ordinal 1. Create a new SID recogniser object (CRecSid) and return the pointer to it.
Definition at line 80 of file recsid.cpp. |
|
DLL entry point.
Definition at line 95 of file recsid.cpp. |
|
Definition at line 20 of file recsid.cpp. Referenced by CRecSid::PreferredBufSize(). |
|
Definition at line 19 of file recsid.cpp. Referenced by CRecSid::DoRecognizeL(). |
|
Definition at line 14 of file recsid.cpp. Referenced by CRecSid::CRecSid(). |