[St-m-svn] SF.net SVN: st-m: [556] trunk/src/boot
Brought to you by:
cnx_glenn
|
From: <cnx...@us...> - 2007-05-28 17:29:10
|
Revision: 556
http://svn.sourceforge.net/st-m/?rev=556&view=rev
Author: cnx_glenn
Date: 2007-05-28 10:29:06 -0700 (Mon, 28 May 2007)
Log Message:
-----------
Small improvement to exception handling
Modified Paths:
--------------
trunk/src/boot/BtFolder.h
trunk/src/boot/BtReg.h
Modified: trunk/src/boot/BtFolder.h
===================================================================
--- trunk/src/boot/BtFolder.h 2007-05-28 17:25:36 UTC (rev 555)
+++ trunk/src/boot/BtFolder.h 2007-05-28 17:29:06 UTC (rev 556)
@@ -69,7 +69,7 @@
private:
void ProperlyInitialized();
- void GetDisabledLocation();
+ void GetDisabledLocation() throw(CBootException);
USER m_User; //current user or all users
};
Modified: trunk/src/boot/BtReg.h
===================================================================
--- trunk/src/boot/BtReg.h 2007-05-28 17:25:36 UTC (rev 555)
+++ trunk/src/boot/BtReg.h 2007-05-28 17:29:06 UTC (rev 556)
@@ -66,7 +66,7 @@
private:
void ProperlyInitialized();
- void GetDisabledLocation();
+ void GetDisabledLocation() throw(CBootException);
HKEY m_Root;
tstring m_Regkey;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|