home *** CD-ROM | disk | FTP | other *** search
-
- /*
- Copyright 1993 Jeremy Slade.
-
- You are free to use all or any parts of the Locus project
- however you wish, just give credit where credit is due.
- The author (Jeremy Slade) shall not be held responsible
- for any damages that result out of use or misuse of any
- part of this project.
-
- */
-
- /*
- Project: Locus
-
- File: SendAction.h
-
- Description: See SendAction.h
-
- Original Author: Jeremy Slade
-
- Revision History:
- Created
- V.101 JGS Thu Mar 4 19:23:25 GMT-0700 1993
-
- */
-
- #import "SendAction.h"
-
-
- @implementation Control ( SendAction )
-
- - sendAction
- {
- return ( [self sendAction:[self action] to:[self target]] );
- }
-
- @end
-
-