Commit 602bf2cd authored by claes's avatar claes

ldh_eVolRep_Ced added

parent 1668ca0b
/*
* Proview $Id: wb_utl.cpp,v 1.5 2007-09-26 11:53:15 claes Exp $
* Proview $Id: wb_utl.cpp,v 1.6 2007-11-07 18:05:42 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -3819,6 +3819,9 @@ pwr_tStatus utl_show_volumes(
case ldh_eVolRep_Ext:
u_print( utlctx, " Ext");
break;
case ldh_eVolRep_Ced:
u_print( utlctx, " Ced");
break;
}
u_print( utlctx, " %s", class_name);
u_posit( utlctx, 2, strlen(class_name) + 2);
......
/*
* Proview $Id: wb_vsel.cpp,v 1.15 2007-01-04 07:29:04 claes Exp $
* Proview $Id: wb_vsel.cpp,v 1.16 2007-11-07 18:05:43 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -172,6 +172,9 @@ pwr_tStatus WVsel::load_volumelist()
case ldh_eVolRep_Ext:
strcat( str, "Ext ");
break;
case ldh_eVolRep_Ced:
strcat( str, "Ced ");
break;
}
switch (classid) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment