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.
ULookupCommand.h
// ULookupCommand.h |
// Copyright © 1991-92 by Apple Computer, Inc. All rights reserved. |
// Kent Sandvik DTS |
// This file contains the class for TLookup command, used for |
// doing the query over the network |
// |
// <1> khs 1.0 First final version |
#ifndef __ULOOKUPCOMMAND__ |
#define __ULOOKUPCOMMAND__ |
#ifndef __UAEGESTALT__ |
#include "UAEGestalt.h" |
#endif |
#ifndef __UAEDOCUMENT__ |
#include "UAEDocument.h" |
#endif |
class TAEDocument; |
DeclareClassDesc(TLookupCommand); |
class TLookupCommand : public TCommand |
{ |
DeclareClass(TLookupCommand); |
public: |
TLookupCommand(); |
virtual void ILookupCommand(CommandNumber, |
TAEDocument*); |
virtual void DoIt(); |
TAEDocument* fDocument; |
}; |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14