home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PInsertPages.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *
- * ***NOTE: The description for this command is missing in
- * the SDK Guide.
- *-------------------------------------------------------------------------
- */
- #ifndef __PInsertPages__
- #define __PInsertPages__
-
- class PInsertPages
- {
-
- public:
-
- PInsertPages
- ( short nHowMany,
- short cWhere,
- const char * sLeftMaster,
- const char * sRightMaster );
-
- private:
-
- PInsertPages();
- };
-
- #endif
-
- // end of PInsertPages.h
-