Mailinglist Archive: yast-commit (953 mails)
| < Previous | Next > |
[yast-commit] r49602 - in /trunk/storage/storage/src: inst_custom_part.ycp modules/Storage.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Sun, 03 Aug 2008 08:19:10 -0000
- Message-id: <20080803081910.682362B085@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Sun Aug 3 10:19:09 2008
New Revision: 49602
URL: http://svn.opensuse.org/viewcvs/yast?rev=49602&view=rev
Log:
- deactivated code that seems to be obsolete
Modified:
trunk/storage/storage/src/inst_custom_part.ycp
trunk/storage/storage/src/modules/Storage.ycp
Modified: trunk/storage/storage/src/inst_custom_part.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/inst_custom_part.ycp?rev=49602&r1=49601&r2=49602&view=diff
==============================================================================
--- trunk/storage/storage/src/inst_custom_part.ycp (original)
+++ trunk/storage/storage/src/inst_custom_part.ycp Sun Aug 3 10:19:09 2008
@@ -3025,8 +3025,10 @@
if( ret == `back )
ret = `backtoi;
+ /*
if( ret == `raid_settings || ret == `raid_wizard )
Storage::Record();
+ */
y2milestone( "ChangeTime %1", Storage::GetTargetChangeTime() );
Modified: trunk/storage/storage/src/modules/Storage.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=49602&r1=49601&r2=49602&view=diff
==============================================================================
--- trunk/storage/storage/src/modules/Storage.ycp (original)
+++ trunk/storage/storage/src/modules/Storage.ycp Sun Aug 3 10:19:09 2008
@@ -2241,14 +2241,17 @@
*
* @return boolean
*/
+/*
global define void Record()``{
AddEntry2StorageMaps( record_key, "");
}
+*/
/**
*
* @return boolean
*/
+/*
global define boolean Rollback()``{
integer last_record_entry = FindLastRecordEntry();
if( last_record_entry != 0 )
@@ -2261,11 +2264,13 @@
return false;
}
}
+*/
/**
*
* @return boolean
*/
+/*
global define boolean Commit()
``{
integer last_record_entry = FindLastRecordEntry();
@@ -2280,6 +2285,7 @@
return false;
}
}
+*/
global define void InstallCallbacks()
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Sun Aug 3 10:19:09 2008
New Revision: 49602
URL: http://svn.opensuse.org/viewcvs/yast?rev=49602&view=rev
Log:
- deactivated code that seems to be obsolete
Modified:
trunk/storage/storage/src/inst_custom_part.ycp
trunk/storage/storage/src/modules/Storage.ycp
Modified: trunk/storage/storage/src/inst_custom_part.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/inst_custom_part.ycp?rev=49602&r1=49601&r2=49602&view=diff
==============================================================================
--- trunk/storage/storage/src/inst_custom_part.ycp (original)
+++ trunk/storage/storage/src/inst_custom_part.ycp Sun Aug 3 10:19:09 2008
@@ -3025,8 +3025,10 @@
if( ret == `back )
ret = `backtoi;
+ /*
if( ret == `raid_settings || ret == `raid_wizard )
Storage::Record();
+ */
y2milestone( "ChangeTime %1", Storage::GetTargetChangeTime() );
Modified: trunk/storage/storage/src/modules/Storage.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=49602&r1=49601&r2=49602&view=diff
==============================================================================
--- trunk/storage/storage/src/modules/Storage.ycp (original)
+++ trunk/storage/storage/src/modules/Storage.ycp Sun Aug 3 10:19:09 2008
@@ -2241,14 +2241,17 @@
*
* @return boolean
*/
+/*
global define void Record()``{
AddEntry2StorageMaps( record_key, "");
}
+*/
/**
*
* @return boolean
*/
+/*
global define boolean Rollback()``{
integer last_record_entry = FindLastRecordEntry();
if( last_record_entry != 0 )
@@ -2261,11 +2264,13 @@
return false;
}
}
+*/
/**
*
* @return boolean
*/
+/*
global define boolean Commit()
``{
integer last_record_entry = FindLastRecordEntry();
@@ -2280,6 +2285,7 @@
return false;
}
}
+*/
global define void InstallCallbacks()
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |