]> git.pld-linux.org Git - packages/bioapi.git/blob - bioapi-c++.patch
- pl
[packages/bioapi.git] / bioapi-c++.patch
1 diff -urN bioapi-1.2.2.org/addins/dl/mds/dal_classes.h bioapi-1.2.2/addins/dl/mds/dal_classes.h
2 --- bioapi-1.2.2.org/addins/dl/mds/dal_classes.h        2005-06-10 02:35:44.000000000 +0200
3 +++ bioapi-1.2.2/addins/dl/mds/dal_classes.h    2006-04-08 21:32:21.236407000 +0200
4 @@ -455,7 +455,7 @@
5                 DAL_DATABASE_INFO_REF_PTR &prefDatabase,\r
6          PORT_MUTEX_HANDLE &Mutex);\r
7  \r
8 -       CSSM_RETURN DAL_DATABASE_INFO_LIST::GetDBNamesAndParameters(\r
9 +       CSSM_RETURN GetDBNamesAndParameters(\r
10                                 CSSM_DL_DB_HANDLE DLDBHandle,\r
11                                 DAL_DB_OPEN_PARAM_PTR pParam);\r
12  };\r
13 diff -urN bioapi-1.2.2.org/apps/Cmds/CdsaRec.cpp bioapi-1.2.2/apps/Cmds/CdsaRec.cpp
14 --- bioapi-1.2.2.org/apps/Cmds/CdsaRec.cpp      2005-06-08 02:51:04.000000000 +0200
15 +++ bioapi-1.2.2/apps/Cmds/CdsaRec.cpp  2006-04-08 23:14:43.416269250 +0200
16 @@ -10,7 +10,7 @@
17  #endif
18  //////////////////////////////////////////////////////////////////////
19  
20 -void QCdsaRecType< CCssmRecInfoType >::SpecifyAttributes()
21 +template <> void QCdsaRecType< CCssmRecInfoType >::SpecifyAttributes()
22  {
23    m_outputAttributeData[CCssmRecInfoType::IDX_MODULEID].Info     = s_BioApiAttrInfo_ModuleId;
24    m_outputAttributeData[CCssmRecInfoType::IDX_MODULENAME].Info  = s_BioApiAttrInfo_ModuleName;
25 @@ -20,7 +20,7 @@
26    m_outputAttributeData[CCssmRecInfoType::IDX_DESC].Info         = s_BioApiAttrInfo_Description;
27  }
28  
29 -void QCdsaRecType< CEmmRecInfoType >::SpecifyAttributes()
30 +template <> void QCdsaRecType< CEmmRecInfoType >::SpecifyAttributes()
31  {
32    m_outputAttributeData[CEmmRecInfoType::IDX_MODULEID].Info    = s_BioApiAttrInfo_ModuleId;
33    m_outputAttributeData[CEmmRecInfoType::IDX_DEVICEID].Info    = s_BioApiAttrInfo_DeviceId;
34 @@ -47,7 +47,7 @@
35  
36  
37  
38 -void QCdsaRecType< CBioAPI_DeviceInfoType >::SpecifyAttributes()
39 +template <> void QCdsaRecType< CBioAPI_DeviceInfoType >::SpecifyAttributes()
40  {
41    m_outputAttributeData[CBioAPI_DeviceInfoType::IDX_MODULE_ID].Info            = s_BioApiAttrInfo_ModuleId;
42    m_outputAttributeData[CBioAPI_DeviceInfoType::IDX_DEVICE_ID].Info            = s_BioApiAttrInfo_DeviceId;
43 diff -urN bioapi-1.2.2.org/apps/Cmds/QDirectory.h bioapi-1.2.2/apps/Cmds/QDirectory.h
44 --- bioapi-1.2.2.org/apps/Cmds/QDirectory.h     2005-06-13 08:22:00.000000000 +0200
45 +++ bioapi-1.2.2/apps/Cmds/QDirectory.h 2006-04-08 23:18:59.208255250 +0200
46 @@ -16,7 +16,7 @@
47  public:
48  
49    QString m_strDirName;
50 -  QMDS *m_pMds;
51 +  class QMDS *m_pMds;
52    MDS_DB_HANDLE m_hDb;
53    
54    CSSM_RETURN Open( QMDS *pMds, const char *szDirName );
This page took 0.058526 seconds and 3 git commands to generate.