home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / source / theatrix / msgsrvr.cpp < prev    next >
C/C++ Source or Header  |  1995-04-26  |  139b  |  10 lines

  1. #include "handler.h"
  2. #include "msgfold.h"
  3. #include "msgsrvr.h"
  4.  
  5.  
  6. void MessageServer::check(Folder& fld)
  7.   {
  8.   fld.dispatch();
  9.   }
  10.