ObjFW  Diff

Differences From Artifact [800bc906f1]:

To Artifact [551365cc4b]:


21
22
23
24
25
26
27
28
29


30
31
32
33
34
35
36
37
21
22
23
24
25
26
27


28
29

30
31
32
33
34
35
36







-
-
+
+
-







#import "OFWindowsRegistryKey.h"

#include <windows.h>

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFDeleteWindowsRegistryKeyFailedException \
 *	  OFDeleteWindowsRegistryKeyFailedException.h \
 * @class OFDeleteWindowsRegistryKeyFailedException
 *	  OFDeleteWindowsRegistryKeyFailedException.h ObjFW/ObjFW.h
 *	  ObjFW/OFDeleteWindowsRegistryKeyFailedException.h
 *
 * @brief An exception indicating that deleting a Windows registry key failed.
 */
@interface OFDeleteWindowsRegistryKeyFailedException: OFException
{
	OFWindowsRegistryKey *_registryKey;
	OFString *_subkeyPath;