Changeset 5533

Show
Ignore:
Timestamp:
10/26/07 16:08:20 (6 years ago)
Author:
jgaeddert
Message:

sigprocc_ should be SigProc::

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • SigProc/trunk/SigProc/utility.cpp

    r5531 r5533  
    183183    req_output_length += ( d.rem > 0 ) ? 1 : 0; 
    184184    if ( output_length < req_output_length ) { 
    185         perror("ERROR: sigprocc_pack_bytes: output too short\n"); 
     185        perror("ERROR: SigProc::pack_bytes: output too short\n"); 
    186186        return; 
    187187    } 
     
    222222 
    223223    if ( output_length < 8*input_length ) { 
    224         perror("ERROR: sigprocc_unpack_bytes: output too short\n"); 
     224        perror("ERROR: SigProc::unpack_bytes: output too short\n"); 
    225225        return; 
    226226    } 
     
    254254    req_output_length += ( d.rem > 0 ) ? 1 : 0; 
    255255    if ( output_length < req_output_length ) { 
    256         perror("ERROR: sigprocc_repack_bytes: output too short\n"); 
     256        perror("ERROR: SigProc::repack_bytes: output too short\n"); 
    257257        return; 
    258258    }