home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dtswps.zip / DTSFILES.ZIP / SOMH.HH < prev    next >
Text File  |  1996-06-24  |  2KB  |  37 lines

  1. /***!Start!***                                                                     
  2.  *                                                                                 
  3.  *   ORIGINS: 27                                                                   
  4.  *                                                                                 
  5.  *     25H7912  (C)   COPYRIGHT International Business Machines Corp. 1992,1994,1996,1996  
  6.  *   All Rights Reserved                                                           
  7.  *   Licensed Materials - Property of IBM                                          
  8.  *   The source code for this program is not published or otherwise divested       
  9.  *   of its trade secrets, irrespective of what has been deposited with the        
  10.  *   U.S. Copyright Office.                                                        
  11.  *                                                                                 
  12.  ***!End!***/                                                                      
  13.                                                                                    
  14. // somh.hh for DTS C++ (Vx.y)
  15. // SE: May 19/94
  16.  
  17. #ifndef SOMH_HH_DTS_Included__
  18. #define SOMH_HH_DTS_Included__
  19.  
  20. #pragma SOM
  21.  
  22. #pragma SOMAsDefault(On)
  23.   class SOMObject;
  24.   class SOMClass;
  25.   class SOMClassMgr;
  26. #pragma SOMAsDefault(Pop)
  27.   
  28.  
  29. #pragma SOMAsDefault(off)
  30.   #include <somltype.h> // linkage definitions
  31.   #include <sombtype.h> // base SOM types
  32.   #include <somcorba.h> // CORBA types
  33.   #include <somapi.h>   // API types and function interfaces
  34. #pragma SOMAsDefault(pop)
  35.  
  36. #endif /* SOMH_HH_DTS_Included__ */
  37.