home *** CD-ROM | disk | FTP | other *** search
- /*
- CChangeEntryAction.h
-
- History:
- Thu, 20 Jul 1995 AJR Created.
- */
-
- #pragma once
-
- #include <LAEAction.h>
- #include "CEntry.h"
-
- class CLookupDocument;
- class CEntryList;
-
- // ------------------------------------------------------------
- // CLASS CChangeEntryAction
-
- class CChangeEntryAction : public LAEAction
- {
- public:
- CChangeEntryAction(CLookupDocument & inLookupDocument, UInt16 inRow, const CEntry & inNewData);
- };
-
-