home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PBook.h -------------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:46 PM by Paul Ferguson.
- *
- * Description: This class expects the client to build a
- * valid request buffer that contains the cAutoNumber flag,
- * nNumOfPubs, and the list of pub names.
- *-------------------------------------------------------------------------
- */
- #ifndef __PBook__
- #define __PBook__
-
- class PRequestBuf;
-
- class PBook
- {
-
- public:
-
- PBook(PRequestBuf& request);
-
- private:
-
- PBook();
- };
-
- #endif
-
- // end of PBook.h
-