]> git.pld-linux.org Git - packages/bioapi.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Sep 2007 13:05:54 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bioapi-c++.patch -> 1.4

bioapi-c++.patch [deleted file]

diff --git a/bioapi-c++.patch b/bioapi-c++.patch
deleted file mode 100644 (file)
index e047f8e..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -urN bioapi-1.2.2.org/addins/dl/mds/dal_classes.h bioapi-1.2.2/addins/dl/mds/dal_classes.h
---- bioapi-1.2.2.org/addins/dl/mds/dal_classes.h       2005-06-10 02:35:44.000000000 +0200
-+++ bioapi-1.2.2/addins/dl/mds/dal_classes.h   2006-04-08 21:32:21.236407000 +0200
-@@ -455,7 +455,7 @@
-               DAL_DATABASE_INFO_REF_PTR &prefDatabase,\r
-         PORT_MUTEX_HANDLE &Mutex);\r
\r
--      CSSM_RETURN DAL_DATABASE_INFO_LIST::GetDBNamesAndParameters(\r
-+      CSSM_RETURN GetDBNamesAndParameters(\r
-                               CSSM_DL_DB_HANDLE DLDBHandle,\r
-                               DAL_DB_OPEN_PARAM_PTR pParam);\r
- };\r
-diff -urN bioapi-1.2.2.org/apps/Cmds/CdsaRec.cpp bioapi-1.2.2/apps/Cmds/CdsaRec.cpp
---- bioapi-1.2.2.org/apps/Cmds/CdsaRec.cpp     2005-06-08 02:51:04.000000000 +0200
-+++ bioapi-1.2.2/apps/Cmds/CdsaRec.cpp 2006-04-08 23:14:43.416269250 +0200
-@@ -10,7 +10,7 @@
- #endif
- //////////////////////////////////////////////////////////////////////
--void QCdsaRecType< CCssmRecInfoType >::SpecifyAttributes()
-+template <> void QCdsaRecType< CCssmRecInfoType >::SpecifyAttributes()
- {
-   m_outputAttributeData[CCssmRecInfoType::IDX_MODULEID].Info     = s_BioApiAttrInfo_ModuleId;
-   m_outputAttributeData[CCssmRecInfoType::IDX_MODULENAME].Info         = s_BioApiAttrInfo_ModuleName;
-@@ -20,7 +20,7 @@
-   m_outputAttributeData[CCssmRecInfoType::IDX_DESC].Info         = s_BioApiAttrInfo_Description;
- }
--void QCdsaRecType< CEmmRecInfoType >::SpecifyAttributes()
-+template <> void QCdsaRecType< CEmmRecInfoType >::SpecifyAttributes()
- {
-   m_outputAttributeData[CEmmRecInfoType::IDX_MODULEID].Info   = s_BioApiAttrInfo_ModuleId;
-   m_outputAttributeData[CEmmRecInfoType::IDX_DEVICEID].Info   = s_BioApiAttrInfo_DeviceId;
-@@ -47,7 +47,7 @@
--void QCdsaRecType< CBioAPI_DeviceInfoType >::SpecifyAttributes()
-+template <> void QCdsaRecType< CBioAPI_DeviceInfoType >::SpecifyAttributes()
- {
-   m_outputAttributeData[CBioAPI_DeviceInfoType::IDX_MODULE_ID].Info           = s_BioApiAttrInfo_ModuleId;
-   m_outputAttributeData[CBioAPI_DeviceInfoType::IDX_DEVICE_ID].Info           = s_BioApiAttrInfo_DeviceId;
-diff -urN bioapi-1.2.2.org/apps/Cmds/QDirectory.h bioapi-1.2.2/apps/Cmds/QDirectory.h
---- bioapi-1.2.2.org/apps/Cmds/QDirectory.h    2005-06-13 08:22:00.000000000 +0200
-+++ bioapi-1.2.2/apps/Cmds/QDirectory.h        2006-04-08 23:18:59.208255250 +0200
-@@ -16,7 +16,7 @@
- public:
-   QString m_strDirName;
--  QMDS *m_pMds;
-+  class QMDS *m_pMds;
-   MDS_DB_HANDLE m_hDb;
-   
-   CSSM_RETURN Open( QMDS *pMds, const char *szDirName );
This page took 0.107409 seconds and 4 git commands to generate.