home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PLinkFrames.h -----------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Tue, Oct 15, 1996 @ 4:13 PM.
- *
- * Description:
- * This class is a little different than most other commands.
- * The class client must create a complete PRequestBuf object and pass it
- * into the constructor. Refer to the SDK Guide for information about the
- * format of the LinkFrames command parameters.
- *-------------------------------------------------------------------------
- */
- #ifndef __PLinkFrames__
- #define __PLinkFrames__
-
- class PRequestBuf;
-
- class PLinkFrames
- {
-
- public:
-
- PLinkFrames(PRequestBuf& request);
-
- private:
-
- PLinkFrames();
- };
-
- #endif
-
- // end of PLinkFrames.h
-