home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PChange.h -----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:57 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PChange__
- #define __PChange__
-
- #include "PMTypes.h"
-
- class PChange
- {
-
- public:
-
- PChange
- ( const char * sFindWhat,
- const char * sChangeTo,
- short cSearchRange,
- PMBool bWrapAround,
- PMBool bMatchCase,
- PMBool bWholeWord,
- PMBool bClearAttr);
-
- private:
-
- PChange();
- };
-
- #endif
-
- // end of PChange.h
-