#ifndef __DOTMACKIT_H__
#define __DOTMACKIT_H__

/*
    DotMacKit.h
    Copyright (C) 2004-2005 Apple Computer, Inc. All rights reserved.

    Public header file.
*/

/*! @header DotMacKit 
 *  @abstract This main header includes all headers needed to use the DotMac Kit.
 *  @version 2.0
 */

#import <DotMacKit/DMTypesAndConstants.h>
#import <DotMacKit/DMiDiskSession.h>
#import <DotMacKit/DMAccount.h>
#import <DotMacKit/DMMemberAccount.h>
#import <DotMacKit/DMSecondaryUser.h>
#import <DotMacKit/DMTransaction.h>
#import <DotMacKit/DMTransactionDelegate.h>
#import <DotMacKit/DMTransactionGenerator.h>
#import <DotMacKit/DMSecurity.h>
#import <DotMacKit/DMGroup.h>
#import <DotMacKit/DMMessagePublisher.h>
#import <DotMacKit/DMMessageSubscriber.h>
#import <DotMacKit/DMTopic.h>
#import <DotMacKit/DMMessage.h>
#import <DotMacKit/DMSubscriptionDelegate.h>
#import <DotMacKit/DMCredential.h>
#import <DotMacKit/DMPrincipal.h>
#import <DotMacKit/DMUtilities.h>

#endif

