CAttachment.h

// ===========================================================================
//  CAttachment.h               ©1995 Apple Computer, Inc. All rights reserved.
// ===========================================================================
 
#pragma once
 
#include <LAttachment.h>
 
 
// ===========================================================================
// ¥ C3DBorderAttachment                                 C3DBorderAttachment ¥
// ===========================================================================
 
class   C3DBorderAttachment : public LAttachment {
public:
            C3DBorderAttachment(void);
            
protected:
    virtual void    ExecuteSelf(MessageT inMessage, void *ioParam);
};