home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C++
/
Applications
/
Lookup 1.0d2
/
Includes
/
CDeleteEntryAction.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-03
|
388 b
|
24 lines
|
[
TEXT/CWIE
]
/*
CDeleteEntryAction.h
History:
Fri, 21 Jul 1995 AJR Created.
*/
#pragma once
#include <LAEAction.h>
#include "CEntry.h"
class CLookupDocument;
class CEntryList;
// ------------------------------------------------------------
// CLASS CDeleteEntryAction
class CDeleteEntryAction : public LAEAction
{
public:
CDeleteEntryAction(CLookupDocument & inDocument, UInt16 inRow);
};