Show
Ignore:
Timestamp:
03/21/09 17:06:44 (15 years ago)
Author:
bhilburn
Message:

Migrating back to using cstrings, which is definitely the better choice for us.

Files:
1 modified

Legend:

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

    r170 r171  
    205205         */ 
    206206        void GetSolution(Observable *observables); 
    207         void GetSolution(Observable *observables, std::string service); 
     207        void GetSolution(Observable *observables, char* service); 
    208208 
    209209 
     
    217217                Parameter *parameters, Utility *utilities); 
    218218        void ReceiveFeedback(Observable *observables, \ 
    219                 Parameter *parameters, std::string service); 
     219                Parameter *parameters, char* service); 
    220220}; 
    221221