[Dyncyg-cvs] dyncyg/src RegistryEntry.cxx,1.4,1.5
Status: Pre-Alpha
Brought to you by:
fletch
From: <fl...@us...> - 2003-11-07 19:33:28
|
Update of /cvsroot/dyncyg/dyncyg/src In directory sc8-pr-cvs1:/tmp/cvs-serv1109/src Modified Files: RegistryEntry.cxx Log Message: RegistryEntry::set now flushes after writing registry keys. Index: RegistryEntry.cxx =================================================================== RCS file: /cvsroot/dyncyg/dyncyg/src/RegistryEntry.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RegistryEntry.cxx 10 Oct 2003 07:28:38 -0000 1.4 --- RegistryEntry.cxx 7 Nov 2003 19:33:24 -0000 1.5 *************** *** 58,61 **** --- 58,62 ---- printf ("Set registry value '%s' = '%s' failed with code %d.\n", this->key, value, code);*/ } + RegFlushKey(this->entry); } |