-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
47 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#ifndef __XPC_TRANSACTION_DEPRECATE_H__ | ||
#define __XPC_TRANSACTION_DEPRECATE_H__ | ||
|
||
#include <Availability.h> | ||
#include <sys/cdefs.h> | ||
|
||
#ifndef __XPC_INDIRECT__ | ||
#error "Please #include <xpc/xpc.h> instead of this file directly." | ||
#endif // __XPC_INDIRECT__ | ||
|
||
#ifndef XPC_TRANSACTION_DEPRECATED | ||
#define XPC_TRANSACTION_DEPRECATED | ||
#endif | ||
|
||
#pragma mark Transactions | ||
|
||
__OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0) | ||
XPC_TRANSACTION_DEPRECATED | ||
void | ||
xpc_transaction_exit_clean(void); | ||
|
||
__OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0) | ||
XPC_TRANSACTION_DEPRECATED | ||
void | ||
xpc_transaction_interrupt_clean_exit(void); | ||
|
||
__OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0) | ||
XPC_TRANSACTION_DEPRECATED | ||
void | ||
xpc_transactions_enable(void); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters