Changeset 902

Show
Ignore:
Timestamp:
03/19/08 21:34:11
Author:
robert
Message:

Added an explict vpb:: infront of the getcwd to make sure the VPB one is used

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vpb/TaskManager.cpp

    r868 r902  
    3838 
    3939    char str[2048];  
    40     _runPath = getcwd ( str, sizeof(str)); 
     40    _runPath = vpb::getcwd ( str, sizeof(str)); 
    4141     
    4242    _defaultSignalAction = COMPLETE_RUNNING_TASKS_THEN_EXIT;