home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / pselectlayer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-15  |  543 b   |  29 lines

  1. /*
  2.  *--- PSelectLayer.h ---------------------------------------------------
  3.  * Copyright (c) 1996 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Tue, Oct 15, 1996 @ 4:55 PM.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PSelectLayer__
  10. #define __PSelectLayer__
  11.  
  12. #include "PMTypes.h"
  13.  
  14. class PSelectLayer
  15. {
  16.  
  17. public:
  18.  
  19.     PSelectLayer(const char * sLayerName, PMBool bExtend);
  20.  
  21. private:
  22.  
  23.     PSelectLayer();
  24. };
  25.  
  26. #endif
  27.  
  28. // end of PSelectLayer.h
  29.