Show
Ignore:
Timestamp:
03/19/09 13:37:36 (15 years ago)
Author:
bhilburn
Message:

Added some TODOs to the following files:

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/policy_engines/PolicyEngine.cpp

    r161 r164  
    4747    struct Parameter pList[10]; 
    4848    struct CE_Info ce_info; 
    49     int32_t ret = GetRequest(socketFD, pList, &ce_info); 
    50     
    51     if(ret == 1) { 
     49 
     50    // TODO should this be a GetRequest call or something else? 
     51    if(GetRequest(socketFD, pList, &ce_info)) { 
    5252        LOG("Policy Engine:: Validating Transmission Parameters.\n"); 
    5353        ValidateParameters(pList, &ce_info, decision_array);