Show
Ignore:
Timestamp:
01/04/10 17:37:46 (15 years ago)
Author:
bhilburn
Message:

Removing useless return types from CRS functions
'LoadRadioConfiguration?' and 'UpdateParameterPerformance?'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/cross_shell.h

    r518 r537  
    8282         * be passed to the CRS from the radio host platform if necessary. 
    8383         */ 
    84         int32_t LoadRadioConfiguration(const char* radioConfig, Parameter* &pList, \ 
     84        void LoadRadioConfiguration(const char* radioConfig, Parameter* &pList, \ 
    8585            Utility* &uList, Observable* &oList, Radio_Info* radioInfo); 
    8686    private: 
     
    126126        /*! TODO 
    127127         */ 
    128         bool UpdateParameterPerformance(int32_t socketFD); 
     128        void UpdateParameterPerformance(int32_t socketFD); 
    129129 
    130130        /*! TODO