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

Diff for /pegasus/src/Pegasus/Common/Attic/BinaryStreamer.cpp between version 1.10 and 1.11

version 1.10, 2005/01/16 02:06:58 version 1.11, 2005/01/29 06:23:50
Line 1285 
Line 1285 
                pos++;                pos++;
                break;                break;
             case CIMTYPE_SINT8:             case CIMTYPE_SINT8:
                Sint8 sint;                {
                  Sint8 sint=0;
                memcpy( &b, ar + pos, sizeof(Sint8));                memcpy( &b, ar + pos, sizeof(Sint8));
                //val.set(*(Sint8*)(ar+pos));                //val.set(*(Sint8*)(ar+pos));
                val.set(sint);                val.set(sint);
                pos++;                pos++;
                 }
                break;                break;
             case CIMTYPE_UINT8:             case CIMTYPE_UINT8:
                Uint8 uint;                Uint8 uint;


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2