diff --git a/AppKeychain.h b/AppKeychain.h index bee9f7a..9e323ac 100644 --- a/AppKeychain.h +++ b/AppKeychain.h @@ -6,7 +6,6 @@ // Copyright 2009 PhotoMinds LLC. All rights reserved. // -#import @interface AppKeychain : NSObject { diff --git a/ArqFark.h b/ArqFark.h index 0208e33..c44ee3c 100644 --- a/ArqFark.h +++ b/ArqFark.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @class S3Service; @class ServerBlob; diff --git a/ArqPackSet.h b/ArqPackSet.h index a808c8e..7238154 100644 --- a/ArqPackSet.h +++ b/ArqPackSet.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @class S3Service; @class ServerBlob; diff --git a/ArqRepo.h b/ArqRepo.h index 62392cf..9ef0ace 100644 --- a/ArqRepo.h +++ b/ArqRepo.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @class S3Service; @class ArqFark; @class ArqPackSet; diff --git a/ArqRestoreCommand.h b/ArqRestoreCommand.h index 35c0062..1b89ea8 100644 --- a/ArqRestoreCommand.h +++ b/ArqRestoreCommand.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class S3Service; @interface ArqRestoreCommand : NSObject { diff --git a/ArqSalt.h b/ArqSalt.h index 29c3620..ae8d9e9 100644 --- a/ArqSalt.h +++ b/ArqSalt.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @interface ArqSalt : NSObject { diff --git a/ArqVerifyCommand.h b/ArqVerifyCommand.h index 8252dff..a0af253 100644 --- a/ArqVerifyCommand.h +++ b/ArqVerifyCommand.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @class S3Service; @interface ArqVerifyCommand : NSObject { diff --git a/BackupSet.h b/BackupSet.h index 56ba406..7dd566e 100644 --- a/BackupSet.h +++ b/BackupSet.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class UserAndComputer; @interface BackupSet : NSObject { diff --git a/BlobKey.h b/BlobKey.h index 8d973e5..6f59b66 100644 --- a/BlobKey.h +++ b/BlobKey.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @interface BlobKey : NSObject { diff --git a/Commit.h b/Commit.h index 6c898a4..3af0f57 100644 --- a/Commit.h +++ b/Commit.h @@ -6,7 +6,7 @@ // Copyright 2009 PhotoMinds LLC. All rights reserved. // -#import + #import "Blob.h" #import "BufferedInputStream.h" @class BlobKey; diff --git a/CommitFailedFile.h b/CommitFailedFile.h index b211e1d..73606d6 100644 --- a/CommitFailedFile.h +++ b/CommitFailedFile.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @class BufferedInputStream; @interface CommitFailedFile : NSObject { diff --git a/DiskPack.h b/DiskPack.h index fa5df80..ff5f17a 100644 --- a/DiskPack.h +++ b/DiskPack.h @@ -6,7 +6,7 @@ // Copyright 2009 __MyCompanyName__. All rights reserved. // -#import + @class S3Service; @class ServerBlob; diff --git a/DiskPackIndex.h b/DiskPackIndex.h index f8870cc..49fcd8f 100644 --- a/DiskPackIndex.h +++ b/DiskPackIndex.h @@ -6,7 +6,7 @@ // Copyright 2009 __MyCompanyName__. All rights reserved. // -#import + @class PackIndexEntry; @class S3Service; diff --git a/FarkPath.h b/FarkPath.h index d87a0c0..ceca10d 100644 --- a/FarkPath.h +++ b/FarkPath.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @interface FarkPath : NSObject { diff --git a/FileAttributes.h b/FileAttributes.h index c17fef0..4d0a50e 100644 --- a/FileAttributes.h +++ b/FileAttributes.h @@ -7,7 +7,7 @@ // #include -#import + @interface FileAttributes : NSObject { BOOL targetExists; diff --git a/Node.h b/Node.h index 0a6cc91..507f1c0 100644 --- a/Node.h +++ b/Node.h @@ -7,7 +7,7 @@ // #include -#import + @protocol InputStream; @class BlobKey; diff --git a/PackIndexEntry.h b/PackIndexEntry.h index 3862aa9..ced1f16 100644 --- a/PackIndexEntry.h +++ b/PackIndexEntry.h @@ -6,7 +6,7 @@ // Copyright 2009 __MyCompanyName__. All rights reserved. // -#import + @interface PackIndexEntry : NSObject { diff --git a/PackIndexWriter.h b/PackIndexWriter.h index 9e6d58a..6ddae0a 100644 --- a/PackIndexWriter.h +++ b/PackIndexWriter.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @class DiskPack; @interface PackIndexWriter : NSObject { diff --git a/ReflogEntry.h b/ReflogEntry.h index 993e82f..56cda61 100644 --- a/ReflogEntry.h +++ b/ReflogEntry.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @class BlobKey; @interface ReflogEntry : NSObject { diff --git a/ReflogPrinter.h b/ReflogPrinter.h index 6c558d3..c3505e4 100644 --- a/ReflogPrinter.h +++ b/ReflogPrinter.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @class S3Service; @class ArqRepo; diff --git a/RestoreNode.h b/RestoreNode.h index 739d7a7..f9d607a 100644 --- a/RestoreNode.h +++ b/RestoreNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" #import "OutputStream.h" @class Tree; diff --git a/Restorer.h b/Restorer.h index 1442ced..e1fcd7c 100644 --- a/Restorer.h +++ b/Restorer.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class S3Service; @class ArqRepo; @class BlobKey; diff --git a/Tree.h b/Tree.h index 19bab11..3fe73e4 100644 --- a/Tree.h +++ b/Tree.h @@ -6,7 +6,7 @@ // Copyright 2009 PhotoMinds LLC. All rights reserved. // -#import + #import "Blob.h" @class BufferedInputStream; @class Node; diff --git a/UserAndComputer.h b/UserAndComputer.h index ad3bdb6..be9bd40 100644 --- a/UserAndComputer.h +++ b/UserAndComputer.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @interface UserAndComputer : NSObject { diff --git a/UserLibrary_Arq.h b/UserLibrary_Arq.h index 0b756a5..f979f30 100644 --- a/UserLibrary_Arq.h +++ b/UserLibrary_Arq.h @@ -6,7 +6,7 @@ // Copyright 2009 PhotoMinds LLC. All rights reserved. // -#import + #import "UserLibrary.h" @interface UserLibrary (Arq) diff --git a/XAttrSet.h b/XAttrSet.h index 6b9d733..78dbb5f 100644 --- a/XAttrSet.h +++ b/XAttrSet.h @@ -6,7 +6,7 @@ // Copyright 2009 PhotoMinds LLC. All rights reserved. // -#import + #import "Blob.h" #import "BufferedInputStream.h" diff --git a/crypto/Encryption.h b/crypto/Encryption.h index 89e383f..3a15b1e 100644 --- a/crypto/Encryption.h +++ b/crypto/Encryption.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @interface Encryption : NSObject { diff --git a/crypto/NSData-Encrypt.h b/crypto/NSData-Encrypt.h index 13c9da4..f7d532a 100644 --- a/crypto/NSData-Encrypt.h +++ b/crypto/NSData-Encrypt.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class CryptoKey; @interface NSData (Encrypt) diff --git a/crypto/OpenSSL.h b/crypto/OpenSSL.h index 59af5cc..67bf1d6 100644 --- a/crypto/OpenSSL.h +++ b/crypto/OpenSSL.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import diff --git a/crypto/SHA1Hash.h b/crypto/SHA1Hash.h index 8d04f25..a2568e4 100644 --- a/crypto/SHA1Hash.h +++ b/crypto/SHA1Hash.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" @class Blob; diff --git a/http/CFHTTPInputStream.h b/http/CFHTTPInputStream.h index 4d2fea4..5c886bb 100644 --- a/http/CFHTTPInputStream.h +++ b/http/CFHTTPInputStream.h @@ -6,7 +6,7 @@ // Copyright 2012 __MyCompanyName__. All rights reserved. // -#import + @class CFHTTPConnection; @protocol HTTPConnectionDelegate; @class NetMonitor; diff --git a/http/CFNetwork.h b/http/CFNetwork.h index f46204f..a5e8f89 100644 --- a/http/CFNetwork.h +++ b/http/CFNetwork.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface CFNetwork : NSObject { diff --git a/http/HTTPConnection.h b/http/HTTPConnection.h index 83bdbe5..8a7c7a5 100644 --- a/http/HTTPConnection.h +++ b/http/HTTPConnection.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" @protocol HTTPConnection diff --git a/http/HTTPConnectionFactory.h b/http/HTTPConnectionFactory.h index 27bf11c..34eca58 100644 --- a/http/HTTPConnectionFactory.h +++ b/http/HTTPConnectionFactory.h @@ -6,7 +6,7 @@ // Copyright 2012 __MyCompanyName__. All rights reserved. // -#import + @protocol HTTPConnection; @protocol HTTPConnectionDelegate; @class HTTPTimeoutSetting; diff --git a/http/RFC2616DateFormatter.h b/http/RFC2616DateFormatter.h index bd9550c..b7dbf3c 100644 --- a/http/RFC2616DateFormatter.h +++ b/http/RFC2616DateFormatter.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface RFC2616DateFormatter : NSObject { diff --git a/http/URLConnection.h b/http/URLConnection.h index 5605216..d534bee 100644 --- a/http/URLConnection.h +++ b/http/URLConnection.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @class RFC2616DateFormatter; #import "HTTPConnection.h" diff --git a/io/BooleanIO.h b/io/BooleanIO.h index 7a03144..81a40b8 100644 --- a/io/BooleanIO.h +++ b/io/BooleanIO.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; @interface BooleanIO : NSObject { diff --git a/io/BufferedInputStream.h b/io/BufferedInputStream.h index b2e8de5..5110be0 100644 --- a/io/BufferedInputStream.h +++ b/io/BufferedInputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" @interface BufferedInputStream : NSObject { diff --git a/io/BufferedOutputStream.h b/io/BufferedOutputStream.h index 2106253..4c9ad6b 100644 --- a/io/BufferedOutputStream.h +++ b/io/BufferedOutputStream.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + #import "OutputStream.h" @interface BufferedOutputStream : NSObject { diff --git a/io/ChunkedInputStream.h b/io/ChunkedInputStream.h index d76a2af..f53197d 100644 --- a/io/ChunkedInputStream.h +++ b/io/ChunkedInputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" @class BufferedInputStream; diff --git a/io/CryptInputStream.h b/io/CryptInputStream.h index 8cfb41f..5deb344 100644 --- a/io/CryptInputStream.h +++ b/io/CryptInputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #include #import "InputStream.h" @class CryptoKey; diff --git a/io/CryptInputStream.m b/io/CryptInputStream.m index 8ad21eb..c031aae 100644 --- a/io/CryptInputStream.m +++ b/io/CryptInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "CryptInputStream.h" #import "SetNSError.h" diff --git a/io/CryptoKey.h b/io/CryptoKey.h index ea21d59..10cc818 100644 --- a/io/CryptoKey.h +++ b/io/CryptoKey.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + #include diff --git a/io/DataIO.h b/io/DataIO.h index 1efa4c3..fbd267a 100644 --- a/io/DataIO.h +++ b/io/DataIO.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; diff --git a/io/DataInputStream.h b/io/DataInputStream.h index a5c7b5b..8aba0b3 100644 --- a/io/DataInputStream.h +++ b/io/DataInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" @interface DataInputStream : NSObject { diff --git a/io/DataInputStream.m b/io/DataInputStream.m index 069791c..9e39ade 100644 --- a/io/DataInputStream.m +++ b/io/DataInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "DataInputStream.h" #import "SetNSError.h" diff --git a/io/DataInputStreamFactory.h b/io/DataInputStreamFactory.h index 40d563e..3df74b9 100644 --- a/io/DataInputStreamFactory.h +++ b/io/DataInputStreamFactory.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStreamFactory.h" @interface DataInputStreamFactory : NSObject { diff --git a/io/DataInputStreamFactory.m b/io/DataInputStreamFactory.m index 26ecc08..0480fe4 100644 --- a/io/DataInputStreamFactory.m +++ b/io/DataInputStreamFactory.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "DataInputStreamFactory.h" #import "DataInputStream.h" diff --git a/io/DataOutputStream.h b/io/DataOutputStream.h index 85b9d5a..417439e 100644 --- a/io/DataOutputStream.h +++ b/io/DataOutputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "OutputStream.h" @interface DataOutputStream : NSObject { diff --git a/io/DataOutputStream.m b/io/DataOutputStream.m index 62ea29b..9f205fd 100644 --- a/io/DataOutputStream.m +++ b/io/DataOutputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "DataOutputStream.h" diff --git a/io/DateIO.h b/io/DateIO.h index f50e807..786acde 100644 --- a/io/DateIO.h +++ b/io/DateIO.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; diff --git a/io/DecryptedInputStream.h b/io/DecryptedInputStream.h index 63bc59e..30d90b8 100644 --- a/io/DecryptedInputStream.h +++ b/io/DecryptedInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "CryptInputStream.h" @class CryptoKey; diff --git a/io/DecryptedInputStream.m b/io/DecryptedInputStream.m index 32fa6f4..4e0a805 100644 --- a/io/DecryptedInputStream.m +++ b/io/DecryptedInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "DecryptedInputStream.h" #include diff --git a/io/DoubleIO.h b/io/DoubleIO.h index df07ede..ea5eefe 100644 --- a/io/DoubleIO.h +++ b/io/DoubleIO.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; diff --git a/io/EncryptedInputStream.h b/io/EncryptedInputStream.h index be60b0d..53eaa30 100644 --- a/io/EncryptedInputStream.h +++ b/io/EncryptedInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "CryptInputStream.h" @class CryptoKey; diff --git a/io/EncryptedInputStream.m b/io/EncryptedInputStream.m index a7574bf..6cca750 100644 --- a/io/EncryptedInputStream.m +++ b/io/EncryptedInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "EncryptedInputStream.h" #import diff --git a/io/EncryptedInputStreamFactory.h b/io/EncryptedInputStreamFactory.h index 1703931..3f154a6 100644 --- a/io/EncryptedInputStreamFactory.h +++ b/io/EncryptedInputStreamFactory.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStreamFactory.h" @class CryptoKey; diff --git a/io/EncryptedInputStreamFactory.m b/io/EncryptedInputStreamFactory.m index 516bc89..db11d23 100644 --- a/io/EncryptedInputStreamFactory.m +++ b/io/EncryptedInputStreamFactory.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "EncryptedInputStreamFactory.h" #import "EncryptedInputStream.h" diff --git a/io/FDInputStream.h b/io/FDInputStream.h index 5854935..2f63595 100644 --- a/io/FDInputStream.h +++ b/io/FDInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" @interface FDInputStream : NSObject { diff --git a/io/FDInputStream.m b/io/FDInputStream.m index 5c9477a..2f4937a 100644 --- a/io/FDInputStream.m +++ b/io/FDInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "FDInputStream.h" #import "SetNSError.h" diff --git a/io/FDOutputStream.h b/io/FDOutputStream.h index fe416b7..58085e8 100644 --- a/io/FDOutputStream.h +++ b/io/FDOutputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "OutputStream.h" @interface FDOutputStream : NSObject { diff --git a/io/FDOutputStream.m b/io/FDOutputStream.m index 9ff481c..33415fd 100644 --- a/io/FDOutputStream.m +++ b/io/FDOutputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "FDOutputStream.h" #import "SetNSError.h" diff --git a/io/FileInputStream.h b/io/FileInputStream.h index e406798..4dab353 100644 --- a/io/FileInputStream.h +++ b/io/FileInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" @interface FileInputStream : NSObject { diff --git a/io/FileInputStream.m b/io/FileInputStream.m index 6f2ba4f..cc69f99 100644 --- a/io/FileInputStream.m +++ b/io/FileInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "FileInputStream.h" #import "SetNSError.h" diff --git a/io/FileInputStreamFactory.h b/io/FileInputStreamFactory.h index f3960e9..a0bca75 100644 --- a/io/FileInputStreamFactory.h +++ b/io/FileInputStreamFactory.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStreamFactory.h" @interface FileInputStreamFactory : NSObject { diff --git a/io/FileInputStreamFactory.m b/io/FileInputStreamFactory.m index de0bd69..eff2e45 100644 --- a/io/FileInputStreamFactory.m +++ b/io/FileInputStreamFactory.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #include #import "FileInputStreamFactory.h" diff --git a/io/FileOutputStream.h b/io/FileOutputStream.h index 0b3c07a..ee63eb1 100644 --- a/io/FileOutputStream.h +++ b/io/FileOutputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "OutputStream.h" @interface FileOutputStream : NSObject { diff --git a/io/FileOutputStream.m b/io/FileOutputStream.m index 881c15c..90d2995 100644 --- a/io/FileOutputStream.m +++ b/io/FileOutputStream.m @@ -31,7 +31,7 @@ */ #include -#import + #import "FileOutputStream.h" #import "SetNSError.h" diff --git a/io/FixedLengthInputStream.h b/io/FixedLengthInputStream.h index 26fe092..57190fa 100644 --- a/io/FixedLengthInputStream.h +++ b/io/FixedLengthInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" @class BufferedInputStream; diff --git a/io/FixedLengthInputStream.m b/io/FixedLengthInputStream.m index 78aa78d..d2cd9d3 100644 --- a/io/FixedLengthInputStream.m +++ b/io/FixedLengthInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "FixedLengthInputStream.h" #import "InputStreams.h" diff --git a/io/GunzipInputStream.h b/io/GunzipInputStream.h index 0fa859d..92ff372 100644 --- a/io/GunzipInputStream.h +++ b/io/GunzipInputStream.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" #include diff --git a/io/GunzipInputStream.m b/io/GunzipInputStream.m index 431a728..c1f96d2 100644 --- a/io/GunzipInputStream.m +++ b/io/GunzipInputStream.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "GunzipInputStream.h" #import "InputStreams.h" diff --git a/io/InputStream.h b/io/InputStream.h index 9c3c065..1e7374d 100644 --- a/io/InputStream.h +++ b/io/InputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @protocol InputStream /* diff --git a/io/InputStreamFactory.h b/io/InputStreamFactory.h index b54751e..070ce99 100644 --- a/io/InputStreamFactory.h +++ b/io/InputStreamFactory.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" @protocol InputStreamFactory diff --git a/io/InputStreams.h b/io/InputStreams.h index fb80cee..9628d89 100644 --- a/io/InputStreams.h +++ b/io/InputStreams.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" @class BufferedInputStream; diff --git a/io/InputStreams.m b/io/InputStreams.m index 9593d30..b852355 100644 --- a/io/InputStreams.m +++ b/io/InputStreams.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStreams.h" #import "SetNSError.h" diff --git a/io/IntegerIO.h b/io/IntegerIO.h index 079105e..d0de41d 100644 --- a/io/IntegerIO.h +++ b/io/IntegerIO.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; diff --git a/io/MonitoredInputStream.h b/io/MonitoredInputStream.h index d5c6110..c541bcc 100644 --- a/io/MonitoredInputStream.h +++ b/io/MonitoredInputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" @interface MonitoredInputStream : NSObject { diff --git a/io/NSData-InputStream.h b/io/NSData-InputStream.h index 5e27f68..f464d7f 100644 --- a/io/NSData-InputStream.h +++ b/io/NSData-InputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class DataInputStream; @interface NSData (InputStream) diff --git a/io/NSFileManager_extra.h b/io/NSFileManager_extra.h index ffbd9b8..2d0f93a 100644 --- a/io/NSFileManager_extra.h +++ b/io/NSFileManager_extra.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + @interface NSFileManager (extra) diff --git a/io/NSFileManager_extra.m b/io/NSFileManager_extra.m index 406f8b0..6387ee1 100644 --- a/io/NSFileManager_extra.m +++ b/io/NSFileManager_extra.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #include #include diff --git a/io/NetMonitor.h b/io/NetMonitor.h index d5c3ee9..8ed7041 100644 --- a/io/NetMonitor.h +++ b/io/NetMonitor.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + @class NetMonSample; @interface NetMonitor : NSObject { diff --git a/io/NetMonitor.m b/io/NetMonitor.m index 69e5b93..c73043c 100644 --- a/io/NetMonitor.m +++ b/io/NetMonitor.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "NetMonitor.h" #import "Sysctl.h" diff --git a/io/OutputStream.h b/io/OutputStream.h index bf9c3ab..8ac42bf 100644 --- a/io/OutputStream.h +++ b/io/OutputStream.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @protocol OutputStream - (NSInteger)write:(const unsigned char *)buf length:(NSUInteger)len error:(NSError **)error; diff --git a/io/StreamPair.h b/io/StreamPair.h index e420887..2e8a386 100644 --- a/io/StreamPair.h +++ b/io/StreamPair.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" #import "OutputStream.h" diff --git a/io/Streams.h b/io/Streams.h index b31a9d3..1a92570 100644 --- a/io/Streams.h +++ b/io/Streams.h @@ -30,9 +30,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import -#import + + #import "InputStream.h" #import "OutputStream.h" diff --git a/io/Streams.m b/io/Streams.m index 3d40a7e..7dbb37b 100644 --- a/io/Streams.m +++ b/io/Streams.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "Streams.h" #import "SetNSError.h" diff --git a/io/StringIO.h b/io/StringIO.h index e1e167e..ab68676 100644 --- a/io/StringIO.h +++ b/io/StringIO.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; diff --git a/io/StringIO.m b/io/StringIO.m index 6fe51a9..f45d2e9 100644 --- a/io/StringIO.m +++ b/io/StringIO.m @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "IntegerIO.h" #import "StringIO.h" diff --git a/io/Writer.h b/io/Writer.h index 34e4bc7..7af4f25 100644 --- a/io/Writer.h +++ b/io/Writer.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "OutputStream.h" @interface Writer : NSObject { diff --git a/plist/ArrayNode.h b/plist/ArrayNode.h index ed8939d..c27fd42 100644 --- a/plist/ArrayNode.h +++ b/plist/ArrayNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "PListNode.h" @class ArrayNode; @class BooleanNode; diff --git a/plist/BinaryPListReader.h b/plist/BinaryPListReader.h index ddd06a7..be02849 100644 --- a/plist/BinaryPListReader.h +++ b/plist/BinaryPListReader.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "BufferedInputStream.h" @class DictNode; diff --git a/plist/BinaryPListWriter.h b/plist/BinaryPListWriter.h index 3a51578..d0efb8e 100644 --- a/plist/BinaryPListWriter.h +++ b/plist/BinaryPListWriter.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface BinaryPListWriter : NSObject { diff --git a/plist/BooleanNode.h b/plist/BooleanNode.h index 040153c..f4589b8 100644 --- a/plist/BooleanNode.h +++ b/plist/BooleanNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "PListNode.h" @interface BooleanNode : NSObject { diff --git a/plist/DictNode.h b/plist/DictNode.h index 4ea1785..95b7a62 100644 --- a/plist/DictNode.h +++ b/plist/DictNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class ArrayNode; @class BooleanNode; @class DictNode; diff --git a/plist/IntegerNode.h b/plist/IntegerNode.h index 1943862..ed5cf0d 100644 --- a/plist/IntegerNode.h +++ b/plist/IntegerNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "PListNode.h" @interface IntegerNode : NSObject { diff --git a/plist/PListNode.h b/plist/PListNode.h index 7824b00..d26f2a5 100644 --- a/plist/PListNode.h +++ b/plist/PListNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @protocol PListNode diff --git a/plist/RealNode.h b/plist/RealNode.h index 5f28f0f..626a597 100644 --- a/plist/RealNode.h +++ b/plist/RealNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "PListNode.h" @interface RealNode : NSObject { diff --git a/plist/StringNode.h b/plist/StringNode.h index 17580ba..8991448 100644 --- a/plist/StringNode.h +++ b/plist/StringNode.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "PListNode.h" @interface StringNode : NSObject { diff --git a/plist/XMLPListReader.h b/plist/XMLPListReader.h index dfba0cd..1974943 100644 --- a/plist/XMLPListReader.h +++ b/plist/XMLPListReader.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class DictNode; @interface XMLPListReader : NSObject { diff --git a/plist/XMLPListWriter.h b/plist/XMLPListWriter.h index e2050fc..9065f4c 100644 --- a/plist/XMLPListWriter.h +++ b/plist/XMLPListWriter.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class DictNode; @interface XMLPListWriter : NSObject { diff --git a/s3/BucketVerifier.h b/s3/BucketVerifier.h index 703a16a..572cd64 100644 --- a/s3/BucketVerifier.h +++ b/s3/BucketVerifier.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class S3Service; @class ArqRepo; diff --git a/s3/LocalS3Signer.h b/s3/LocalS3Signer.h index 6db826d..e89dc08 100644 --- a/s3/LocalS3Signer.h +++ b/s3/LocalS3Signer.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + #import "S3Signer.h" @interface LocalS3Signer : NSObject { diff --git a/s3/NSError_S3.h b/s3/NSError_S3.h index d04faed..3f9a757 100644 --- a/s3/NSError_S3.h +++ b/s3/NSError_S3.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #define S3_ERROR_DOMAIN @"S3" diff --git a/s3/PathReceiver.h b/s3/PathReceiver.h index 4bbe8cc..80c28d9 100644 --- a/s3/PathReceiver.h +++ b/s3/PathReceiver.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "S3Receiver.h" @interface PathReceiver : NSObject { diff --git a/s3/RemoteS3Signer.h b/s3/RemoteS3Signer.h index 5f7d1f4..f6b3ae1 100644 --- a/s3/RemoteS3Signer.h +++ b/s3/RemoteS3Signer.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + #import "S3Signer.h" @interface RemoteS3Signer : NSObject { diff --git a/s3/S3AuthorizationProvider.h b/s3/S3AuthorizationProvider.h index 1aed827..a92055e 100644 --- a/s3/S3AuthorizationProvider.h +++ b/s3/S3AuthorizationProvider.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @protocol S3Signer; @protocol HTTPConnection; diff --git a/s3/S3Lister.h b/s3/S3Lister.h index 9bfbcc8..1077bb1 100644 --- a/s3/S3Lister.h +++ b/s3/S3Lister.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "S3Receiver.h" @class RFC2616DateFormatter; @class S3AuthorizationProvider; diff --git a/s3/S3ObjectMetadata.h b/s3/S3ObjectMetadata.h index 74d66fb..42f9da8 100644 --- a/s3/S3ObjectMetadata.h +++ b/s3/S3ObjectMetadata.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class BufferedInputStream; @class BufferedOutputStream; diff --git a/s3/S3ObjectReceiver.h b/s3/S3ObjectReceiver.h index 703e09e..101d482 100644 --- a/s3/S3ObjectReceiver.h +++ b/s3/S3ObjectReceiver.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "S3Receiver.h" @interface S3ObjectReceiver : NSObject { diff --git a/s3/S3Owner.h b/s3/S3Owner.h index d4a1410..df86d32 100644 --- a/s3/S3Owner.h +++ b/s3/S3Owner.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface S3Owner : NSObject { diff --git a/s3/S3Receiver.h b/s3/S3Receiver.h index dc7c0ec..ab59453 100644 --- a/s3/S3Receiver.h +++ b/s3/S3Receiver.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "S3ObjectMetadata.h" @protocol S3Receiver diff --git a/s3/S3Region.h b/s3/S3Region.h index c5bc6e7..ed2a58d 100644 --- a/s3/S3Region.h +++ b/s3/S3Region.h @@ -6,7 +6,7 @@ // Copyright 2012 __MyCompanyName__. All rights reserved. // -#import + @interface S3Region : NSObject { diff --git a/s3/S3Request.h b/s3/S3Request.h index 4166f07..03c0460 100644 --- a/s3/S3Request.h +++ b/s3/S3Request.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @class S3AuthorizationProvider; @class ServerBlob; @class Blob; diff --git a/s3/S3Service.h b/s3/S3Service.h index daf459f..291bcf0 100644 --- a/s3/S3Service.h +++ b/s3/S3Service.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "S3Receiver.h" #import "Blob.h" #import "InputStream.h" diff --git a/s3/S3Signer.h b/s3/S3Signer.h index 9e38dc6..8eb47b2 100644 --- a/s3/S3Signer.h +++ b/s3/S3Signer.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#import + @protocol S3Signer diff --git a/shared/BinarySHA1.h b/shared/BinarySHA1.h index d5a63c8..732911c 100644 --- a/shared/BinarySHA1.h +++ b/shared/BinarySHA1.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface BinarySHA1 : NSObject { diff --git a/shared/Blob.h b/shared/Blob.h index 5e3ce95..9634b01 100644 --- a/shared/Blob.h +++ b/shared/Blob.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStreamFactory.h" @class CryptoKey; diff --git a/shared/BlobACL.h b/shared/BlobACL.h index 9b02cfc..e95b66c 100644 --- a/shared/BlobACL.h +++ b/shared/BlobACL.h @@ -37,7 +37,7 @@ enum { AUTHENTICATED_READ = 8 }; -#import + @interface BlobACL : NSObject { diff --git a/shared/Computer.h b/shared/Computer.h index 24947e7..1a0b48c 100644 --- a/shared/Computer.h +++ b/shared/Computer.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface Computer : NSObject { diff --git a/shared/DNS_SDErrors.h b/shared/DNS_SDErrors.h index ccee90d..461d3ed 100644 --- a/shared/DNS_SDErrors.h +++ b/shared/DNS_SDErrors.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface DNS_SDErrors : NSObject { diff --git a/shared/FileACL.h b/shared/FileACL.h index efa0210..894c0d9 100644 --- a/shared/FileACL.h +++ b/shared/FileACL.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface FileACL : NSObject { diff --git a/shared/NSData-GZip.h b/shared/NSData-GZip.h index 565c6ad..e89cc1d 100644 --- a/shared/NSData-GZip.h +++ b/shared/NSData-GZip.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface NSData (GZip) diff --git a/shared/NSError_extra.h b/shared/NSError_extra.h index 43a3363..186d069 100644 --- a/shared/NSError_extra.h +++ b/shared/NSError_extra.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface NSError (extra) + (NSError *)errorWithDomain:(NSString *)domain code:(NSInteger)code description:(NSString *)theDescription; diff --git a/shared/NSObject_extra.h b/shared/NSObject_extra.h index a7b8e56..0086311 100644 --- a/shared/NSObject_extra.h +++ b/shared/NSObject_extra.h @@ -6,7 +6,7 @@ // Copyright 2011 __MyCompanyName__. All rights reserved. // -#import + @interface NSObject (extra) diff --git a/shared/NSString_extra.h b/shared/NSString_extra.h index f6fa86c..56d0363 100644 --- a/shared/NSString_extra.h +++ b/shared/NSString_extra.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface NSString (extra) + (NSString *)hexStringWithBytes:(const unsigned char *)bytes length:(unsigned int)length; diff --git a/shared/NSXMLNode_extra.h b/shared/NSXMLNode_extra.h index afe897a..f5dd731 100644 --- a/shared/NSXMLNode_extra.h +++ b/shared/NSXMLNode_extra.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface NSXMLNode (extra) diff --git a/shared/OSStatusDescription.h b/shared/OSStatusDescription.h index 0ccd8b0..fea6891 100644 --- a/shared/OSStatusDescription.h +++ b/shared/OSStatusDescription.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface OSStatusDescription : NSObject { diff --git a/shared/RFC822.h b/shared/RFC822.h index b7ca1de..9843cd6 100644 --- a/shared/RFC822.h +++ b/shared/RFC822.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface RFC822 : NSObject { diff --git a/shared/ServerBlob.h b/shared/ServerBlob.h index 1919da3..0baf86f 100644 --- a/shared/ServerBlob.h +++ b/shared/ServerBlob.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + #import "InputStream.h" @interface ServerBlob : NSObject { diff --git a/shared/Sysctl.h b/shared/Sysctl.h index 7d61d9d..39d453c 100644 --- a/shared/Sysctl.h +++ b/shared/Sysctl.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface Sysctl : NSObject { diff --git a/shared/UserLibrary.h b/shared/UserLibrary.h index 4bca4a6..98d58ad 100644 --- a/shared/UserLibrary.h +++ b/shared/UserLibrary.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import + @interface UserLibrary : NSObject {