home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PBook.cpp -----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:46 PM by Paul Ferguson.
- *
- * Description: For notes about this class, refer to the
- * PCL documentation file PBook.html
- *-------------------------------------------------------------------------
- */
-
- #include "PBook.h"
- #include "PCommand.h"
- #include "PRequestBuf.h"
-
- PBook::PBook(PRequestBuf& request)
- {
- PCommand command(pm_book, request);
- }
-
- // end of PBook.cpp
-