home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPage.h -------------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:53 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPage__
- #define __PPage__
-
- #include "PMTypes.h"
-
- class PPage
- {
-
- public:
-
- PPage(short pageNumber, char * sMasterName = NULL);
-
- private:
-
- PPage();
- };
-
- #endif
-
- // end of PPage.h
-