home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Palettes / ConnectDemo / EDBConnections.h < prev    next >
Encoding:
Text File  |  1993-02-22  |  152 b   |  11 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @protocol EDBConnections
  5. - (List *)getOutlets;
  6. @end
  7.  
  8. @interface Object(EDBConnection)
  9. - establishEDBConnection:sender;
  10. @end
  11.