source: trunk/Cocoa/Pester/Source/wakein.h@ 117

Last change on this file since 117 was 117, checked in by Nicholas Riley, 21 years ago

wakein.[hm]: pre-MoreSecurity implementation

File size: 241 bytes
RevLine 
[117]1//
2// wakein.h
3// Pester
4//
5// Created by Nicholas Riley on Wed Mar 12 2003.
6// Copyright (c) 2003 Nicholas Riley. All rights reserved.
7//
8
9enum {
10 PSWakeErrorSyntax = 1,
11 PSWakeErrorException = 2,
12 PSWakeErrorPermissions = 3
13};
Note: See TracBrowser for help on using the repository browser.