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