home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / maestro / source / vcredit / vcrdtprt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-15  |  2.1 KB  |  62 lines

  1. /*
  2.  * Copyright (c) 1990, 1991 Stanford University
  3.  *
  4.  * Permission to use, copy, modify, and distribute this software and 
  5.  * its documentation for any purpose is hereby granted without fee, provided
  6.  * that (i) the above copyright notices and this permission notice appear in
  7.  * all copies of the software and related documentation, and (ii) the name
  8.  * Stanford may not be used in any advertising or publicity relating to
  9.  * the software without the specific, prior written permission of
  10.  * Stanford.
  11.  * 
  12.  * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  13.  * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  14.  * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  15.  *
  16.  * IN NO EVENT SHALL STANFORD BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
  17.  * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES
  18.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT
  19.  * ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY,
  20.  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  21.  * SOFTWARE.
  22.  */
  23.  
  24. /* $Header: /Source/Media/collab/vcrEdit/RCS/vcrEditProtocol.h,v 0.11 91/08/21 14:34:12 lim Exp Locker: drapeau $ */
  25. /* $Log:    vcrEditProtocol.h,v $
  26.  * Revision 0.11  91/08/21  14:34:12  lim
  27.  * Added GetAppIcon().
  28.  * 
  29.  * Revision 0.10  91/07/16  16:17:58  lim
  30.  * Initial revision.
  31.  * 
  32.  * Revision 0.13  91/06/29  12:12:10  lim
  33.  * Added new protocol calls - Halt, Pause, Resume, Hide, Show.
  34.  * 
  35.  * Revision 0.12  91/06/05  10:14:09  lim
  36.  * Included copyright.
  37.  * 
  38.  * Revision 0.11  1991/05/09  22:22:36  lim
  39.  * *** empty log message ***
  40.  *
  41.  * Revision 0.10  1991/04/04  23:36:43  lim
  42.  * Initial revision.
  43.  * */
  44.  
  45. void InitNetwork();
  46. void OpenDoc();
  47. void SetSelection();
  48. void PerformSelection();
  49. char ** GetDoc();
  50. Selection * GetSelection();
  51. void HaltSelection();
  52. void PauseSelection();
  53. void ResumeSelection();
  54. void HideApplication();
  55. void ShowApplication();
  56. IconData* GetAppIcon();
  57.  
  58. static char lphrcsid[] = "$Header: /Source/Media/collab/vcrEdit/RCS/vcrEditProtocol.h,v 0.11 91/08/21 14:34:12 lim Exp Locker: drapeau $";
  59.  
  60. Sender* sender;
  61. Receiver* receiver;
  62.