home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PSelectLayer.h ---------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Tue, Oct 15, 1996 @ 4:55 PM.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PSelectLayer__
- #define __PSelectLayer__
-
- #include "PMTypes.h"
-
- class PSelectLayer
- {
-
- public:
-
- PSelectLayer(const char * sLayerName, PMBool bExtend);
-
- private:
-
- PSelectLayer();
- };
-
- #endif
-
- // end of PSelectLayer.h
-