Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
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); |
}; |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14