home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Containers / ActiveXApp / CComApp.h < prev    next >
Encoding:
Text File  |  1996-10-17  |  394 b   |  15 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    CComApp.h               ©1996 Microsoft Corporation. All rights reserved.
  3. // ===========================================================================
  4.  
  5. class CCOMApp
  6. {
  7. public:
  8.                     CCOMApp(void);
  9.                     ~CCOMApp(void);
  10.  
  11.     static Boolean    IsCOMAvailable(void) { return sCOMInited; };
  12.  
  13. private:
  14.     static Boolean    sCOMInited;
  15. };