]> git.pld-linux.org Git - packages/bioapi.git/commitdiff
- and more
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Apr 2006 21:18:47 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bioapi-c++.patch -> 1.3

bioapi-c++.patch

index 9f7b9c3761a37fb8e2a3353a097e6809dbcc81a0..e047f8e1870d0d14f39723b811419522b0237940 100644 (file)
@@ -40,3 +40,15 @@ diff -urN bioapi-1.2.2.org/apps/Cmds/CdsaRec.cpp bioapi-1.2.2/apps/Cmds/CdsaRec.
  {
    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.098877 seconds and 4 git commands to generate.