home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / mac / Software / entwickl / win95 / pythowin.exe / DATA.3 / win32com / server / connect.py next >
Text File  |  1996-11-30  |  293b  |  6 lines

  1. # Utilities for Server Side connections.
  2.  
  3. # Methods implemented by the interfaces.
  4. IConnectionPointContainer_methods = ["EnumConnectionPoints","FindConnectionPoint"]
  5. IConnectionPoint_methods = ["EnumConnections","Unadvise","Advise","GetConnectionPointContainer","GetConnectionInterface"]
  6.