home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetLinks.h ---------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Fri, Oct 13, 1995 @ 4:08 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetLinks__
- #define __PGetLinks__
-
- #include "PListQuery.h"
-
- class PGetLinks : public PListQuery
- {
-
- public:
-
- PGetLinks();
-
- const char * fFilename;
- const char * sKind;
- short nPage;
-
- private:
-
- virtual void Scan();
- };
-
- #endif
-
- // end of PGetLinks.h
-