home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / tp / helper.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-24  |  422 b   |  19 lines

  1. /*
  2.  *    %Z% %I% %W% %G% %U% [%H% %T%] (c)IBM Corp. 1992
  3.  *
  4.  * Adapted from the book
  5.  *   Class Construction in C and C++, Object Oriented Fundamentals
  6.  *   by Roger Sessions, Copyright (c) 1992 Prentice Hall.
  7.  * Reprinted with permission.
  8.  */
  9.  
  10. /* File: helper.h */
  11.  
  12. #ifndef HELPER_FILE
  13. #define HELPER_FILE
  14.  
  15. #include <somobj.h>
  16. void shouldHaveOverridden(SOMObject *thisObject, char *methodName);
  17. #endif
  18.  
  19.