home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gina15.zip / demos / gredit / GraphicEditorA < prev    next >
Text File  |  1992-02-27  |  505b  |  24 lines

  1. // This may look like C code, but it is really -*- C++ -*-
  2.  
  3. //   Module      : GraphicEditorApplication.C   Version 1.2
  4. //   LastSCCS    : 2/26/92  16:36:57
  5. //   LastEdit    : "Thu Feb 20 13:46:46 1992"
  6. //   Description : 
  7. //   Author      : 
  8. //   Copyright   : GMD Schloss Birlinghoven
  9.  
  10. META_IMPL_1(GraphicEditorApplication,GnApplication,);
  11.  
  12. GraphicEditorApplication::
  13. GraphicEditorApplication()
  14. {
  15. }
  16.  
  17. GnDocument *GraphicEditorApplication ::
  18. create_document ()
  19. {
  20.     return new GraphicEditorDocument;
  21. }
  22.  
  23.  
  24.