]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/UserNotification/UNDRequest.defs
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / UserNotification / UNDRequest.defs
index e73bd03917b92af53d2bb874913d5e8063ba5ef8..959faa9f35c3418c4d9e55fd491fb1e180473300 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  *
@@ -83,7 +83,7 @@ simpleroutine UNDCancelNotification_rpc(
  */
 simpleroutine UNDDisplayNoticeSimple_rpc(
                                server: UNDServerRef;
-                        in     timeout: int;
+                        in     rpctimeout: int;
                         in     flags: unsigned;
                         in     iconPath:UNDLabel;
                         in     soundPath:UNDLabel;
@@ -100,7 +100,7 @@ simpleroutine UNDDisplayNoticeSimple_rpc(
  */
 routine UNDDisplayAlertSimple_rpc(
                                server: UNDServerRef;
-                        in     timeout: int;
+                        in     rpctimeout: int;
                         in     flags: unsigned;
                         in     iconPath:UNDLabel;
                         in     soundPath:UNDLabel;