(file) Return to Attribute.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Attribute.cpp between version 1.5 and 1.8

version 1.5, 2006/01/30 16:16:46 version 1.8, 2006/11/30 13:27:48
Line 27 
Line 27 
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 // //
 //==============================================================================  //=============================================================================
 // //
 // Author: Tony Fiorentino (fiorentino_tony@emc.com)  //%////////////////////////////////////////////////////////////////////////////
 //  
 // Modified By: Keith Petley (keithp@veritas.com)  
 //  
 //%/////////////////////////////////////////////////////////////////////////////  
  
 #include "Attribute.h" #include "Attribute.h"
  
Line 75 
Line 71 
 { {
     os << attr.getTag();     os << attr.getTag();
     Array<String> vals = attr.getValues();     Array<String> vals = attr.getValues();
     for (int i = 0; i < vals.size(); i++)      for (Uint32 i = 0; i < vals.size(); i++)
     {     {
         if(i == 0)         if(i == 0)
         {         {


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2