Changeset 19362

Show
Ignore:
Timestamp:
10/01/06 16:44:27 (2 years ago)
Author:
patrick
Message:

Updated for VPR 1.1.35. Bumped version to 1.1.9.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/ChangeLog

    r19335 r19362  
    11DATE       AUTHOR      CHANGE 
    22---------- ----------- -------------------------------------------------------- 
    3 2006-09-30 patrick     Updated for VPR 1.1.31. 
     32006-10-01 patrick     Updated for VPR 1.1.35. 
     4                       NEW VERSION: 1.1.9 
     52006-10-01 patrick     Updated for VPR 1.1.31. 
    46                       NEW VERSION: 1.1.8 
    572006-08-03 dshipton    Use flagpoll for metadata 
  • juggler/trunk/modules/tweek/VERSION

    r19335 r19362  
     11.1.9-0 @10/01/2006 21:45:00 UTC@ 
    121.1.8-0 @10/01/2006 16:35:00 UTC@ 
    231.1.7-0 @08/03/2006 14:30:00 UTC@ 
  • juggler/trunk/modules/tweek/configure.ac

    r19335 r19362  
    446446# Checks for libraries. 
    447447# ----------------------------------------------------------------------------- 
    448 VPR_PATH([1.1.31], [BUILD_CXX='Y'], 
     448VPR_PATH([1.1.35], [BUILD_CXX='Y'], 
    449449         [AC_MSG_WARN([*** VPR required for Tweek C++ API ***]) 
    450450          BUILD_CXX='N']) 
  • juggler/trunk/modules/tweek/tweek/CORBA/CorbaHelpers.cpp

    r18824 r19362  
    4747   // variable is not set. 
    4848   std::string temp; 
    49    if ( vpr::System::getenv("OMNIORB_CONFIG", temp).failure() ) 
     49   if ( ! vpr::System::getenv("OMNIORB_CONFIG", temp) ) 
    5050   { 
    5151      vprDEBUG(vprDBG_ALL, vprDBG_CRITICAL_LVL) 
  • juggler/trunk/modules/tweek/tweek/CORBA/SubjectManagerImpl.cpp

    r18824 r19362  
    280280   std::string user_name; 
    281281 
    282    if ( vpr::System::getenv("USER", user_name).success()
     282   if ( vpr::System::getenv("USER", user_name)
    283283   { 
    284284      mInfoMap[USERNAME_KEY] = user_name;