21 #ifndef SEPARATISTA_REGISTRYKEY_H    22 #define SEPARATISTA_REGISTRYKEY_H    25 #include "separatista/debug/debug.h"    36     bool setValue(LPCTSTR lpValue);
    38     bool setValue(LPCTSTR lpValueName, LPCTSTR lpValue);
    40     void operator = (LPCTSTR lpValue);
    44     void DeleteTree(LPCTSTR lpSubKeyName);
    49 #endif // SEPARATISTA_REGISTRYKEY_H Definition: registrykey.h:27