home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Apps / Autosrv / SRVR_TLB.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  2.2 KB  |  48 lines

  1. // ************************************************************************ //
  2. // WARNING                                                                  //
  3. // -------                                                                  //
  4. // The types declared in this file were generated from data read from a     //
  5. // Type Library. If this type library is explicitly or indirectly (via      //
  6. // another type library referring to this type library) re-imported, or the //
  7. // 'Refresh' command of the Type Library Editor activated while editing the //
  8. // Type Library, the contents of this file will be regenerated and all      //
  9. // manual modifications will be lost.                                       //
  10. // ************************************************************************ //
  11.  
  12. // C++ TLBWRTR : $Revision:   1.1  $
  13. // File generated on 12/8/98 4:57:32 PM from Type Library described below.
  14.  
  15. // ************************************************************************ //
  16. // Type Lib: D:\bcb4\Examples\Apps\Autosrv\srvr.tlb
  17. // IID\LCID: {921449E3-8905-11D1-B695-0020AF3F4B77}\0
  18. // Helpfile: 
  19. // DepndLst: 
  20. //   (1) v2.0 stdole, (C:\WINDOWS\System32\STDOLE2.TLB)
  21. //   (2) v4.0 StdVCL, (C:\WINDOWS\System32\STDVCL40.DLL)
  22. // ************************************************************************ //
  23.  
  24. #include <vcl.h>
  25. #pragma hdrstop
  26. #if defined(USING_ATL)
  27. #include <atl\atlvcl.h>
  28. #endif
  29.  
  30. #include "srvr_TLB.h"
  31.  
  32. #if !defined(__PRAGMA_PACKAGE_SMART_INIT)
  33. #define      __PRAGMA_PACKAGE_SMART_INIT
  34. #pragma package(smart_init)
  35. #endif
  36.  
  37. namespace Srvr_tlb
  38. {
  39.  
  40.  
  41. // *********************************************************************//
  42. // GUIDS declared in the TypeLibrary                                    //
  43. // *********************************************************************//
  44. extern "C" const GUID LIBID_srvr = {0x921449E3, 0x8905, 0x11D1,{ 0xB6, 0x95, 0x00, 0x20, 0xAF, 0x3F, 0x4B, 0x77} };
  45. extern "C" const GUID IID_IEditServer = {0x921449E4, 0x8905, 0x11D1,{ 0xB6, 0x95, 0x00, 0x20, 0xAF, 0x3F, 0x4B, 0x77} };
  46. extern "C" const GUID CLSID_EditServer = {0x921449E5, 0x8905, 0x11D1,{ 0xB6, 0x95, 0x00, 0x20, 0xAF, 0x3F, 0x4B, 0x77} };
  47. };     // namespace Srvr_tlb
  48.