[SmartcardServices-Changes] [23] trunk/Tokend

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 21 13:32:51 PDT 2009


Revision: 23
          http://trac.macosforge.org/projects/smartcardservices/changeset/23
Author:   wsiegrist at apple.com
Date:     2009-07-21 13:32:51 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
Add MacTypes.h includes to fix building with CFLite

Modified Paths:
--------------
    trunk/Tokend/PIV/PIVDefines.h
    trunk/Tokend/PIV/byte_string.h
    trunk/Tokend/Tokend/Adornment.h
    trunk/Tokend/Tokend/Attribute.h
    trunk/Tokend/Tokend/AttributeCoder.h
    trunk/Tokend/Tokend/DbValue.h
    trunk/Tokend/Tokend/MetaRecord.h
    trunk/Tokend/Tokend/PKCS11Object.h
    trunk/Tokend/Tokend/Record.h
    trunk/Tokend/Tokend/RecordHandle.h
    trunk/Tokend/Tokend/SCardError.h
    trunk/Tokend/Tokend/Schema.h
    trunk/Tokend/Tokend/SelectionPredicate.h
    trunk/Tokend/Tokend/Token.h
    trunk/Tokend/Tokend/TokenContext.h

Modified: trunk/Tokend/PIV/PIVDefines.h
===================================================================
--- trunk/Tokend/PIV/PIVDefines.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/PIV/PIVDefines.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,8 @@
 #ifndef _PIVDEFINES_H_
 #define _PIVDEFINES_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
+
 /*
 	For the PIV tokend, refer to NIST Specical Publication 800-73-1, "Interfaces
 	for Personal Identity Verification". The define for CLA_STANDARD comes from 2.3.3.1.1. [SP800731]

Modified: trunk/Tokend/PIV/byte_string.h
===================================================================
--- trunk/Tokend/PIV/byte_string.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/PIV/byte_string.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -23,6 +23,8 @@
 
 #ifndef BYTE_STRING
 #define BYTE_STRING
+
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <vector>
 
 /** Utility definition and additional operators to make working with

Modified: trunk/Tokend/Tokend/Adornment.h
===================================================================
--- trunk/Tokend/Tokend/Adornment.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/Adornment.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_ADORNMENT_H_
 #define _TOKEND_ADORNMENT_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_utilities/adornments.h>
 #include <security_utilities/refcount.h>
 #include <Security/SecCertificate.h>

Modified: trunk/Tokend/Tokend/Attribute.h
===================================================================
--- trunk/Tokend/Tokend/Attribute.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/Attribute.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_ATTRIBUTE_H_
 #define _TOKEND_ATTRIBUTE_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <Security/cssmtype.h>
 #include <security_cdsa_utilities/cssmdb.h>
 #include <string>

Modified: trunk/Tokend/Tokend/AttributeCoder.h
===================================================================
--- trunk/Tokend/Tokend/AttributeCoder.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/AttributeCoder.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_ATTRIBUTECODER_H_
 #define _TOKEND_ATTRIBUTECODER_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_utilities/utilities.h>
 #include <Security/cssmtype.h>
 

Modified: trunk/Tokend/Tokend/DbValue.h
===================================================================
--- trunk/Tokend/Tokend/DbValue.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/DbValue.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_DBVALUE_H_
 #define _TOKEND_DBVALUE_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_cdsa_utilities/cssmdata.h>
 #include <security_cdsa_utilities/cssmdb.h>
 #include <Security/cssmerr.h>

Modified: trunk/Tokend/Tokend/MetaRecord.h
===================================================================
--- trunk/Tokend/Tokend/MetaRecord.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/MetaRecord.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_METARECORD_H_
 #define _TOKEND_METARECORD_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_cdsa_utilities/cssmdata.h>
 #include <map>
 #include <string>

Modified: trunk/Tokend/Tokend/PKCS11Object.h
===================================================================
--- trunk/Tokend/Tokend/PKCS11Object.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/PKCS11Object.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_PKCS11OBJECT_H_
 #define _TOKEND_PKCS11OBJECT_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <stdint.h>
 #include <map>
 #include <security_utilities/debugging.h>

Modified: trunk/Tokend/Tokend/Record.h
===================================================================
--- trunk/Tokend/Tokend/Record.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/Record.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_RECORD_H_
 #define _TOKEND_RECORD_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include "AttributeCoder.h"
 #include "MetaRecord.h"
 #include "Attribute.h"

Modified: trunk/Tokend/Tokend/RecordHandle.h
===================================================================
--- trunk/Tokend/Tokend/RecordHandle.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/RecordHandle.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_RECORDHANDLE_H_
 #define _TOKEND_RECORDHANDLE_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_cdsa_utilities/handleobject.h>
 #include <security_utilities/refcount.h>
 #include <security_cdsa_utilities/cssmaclpod.h>

Modified: trunk/Tokend/Tokend/SCardError.h
===================================================================
--- trunk/Tokend/Tokend/SCardError.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/SCardError.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_SCARDERROR_H_
 #define _TOKEND_SCARDERROR_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_utilities/debugging.h>
 #include <security_utilities/errors.h>
 

Modified: trunk/Tokend/Tokend/Schema.h
===================================================================
--- trunk/Tokend/Tokend/Schema.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/Schema.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_SCHEMA_H_
 #define _TOKEND_SCHEMA_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_cdsa_utilities/cssmdata.h>
 #include <security_cdsa_utilities/cssmdb.h>
 #include <map>

Modified: trunk/Tokend/Tokend/SelectionPredicate.h
===================================================================
--- trunk/Tokend/Tokend/SelectionPredicate.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/SelectionPredicate.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_SELECTIONPREDICATE_H_
 #define _TOKEND_SELECTIONPREDICATE_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_cdsa_utilities/cssmdata.h>
 
 namespace Tokend

Modified: trunk/Tokend/Tokend/Token.h
===================================================================
--- trunk/Tokend/Tokend/Token.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/Token.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_TOKEN_H_
 #define _TOKEND_TOKEN_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <SecurityTokend/SecTokend.h>
 #include <security_utilities/osxcode.h>
 #include <security_cdsa_utilities/context.h>

Modified: trunk/Tokend/Tokend/TokenContext.h
===================================================================
--- trunk/Tokend/Tokend/TokenContext.h	2009-07-21 19:43:16 UTC (rev 22)
+++ trunk/Tokend/Tokend/TokenContext.h	2009-07-21 20:32:51 UTC (rev 23)
@@ -29,6 +29,7 @@
 #ifndef _TOKEND_TOKENCONTEXT_H_
 #define _TOKEND_TOKENCONTEXT_H_
 
+#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
 #include <security_utilities/utilities.h>
 
 namespace Tokend
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20090721/9689d027/attachment.html>


More information about the SmartcardServices-Changes mailing list