Changeset 21030

Show
Ignore:
Timestamp:
02/10/08 08:51:45 (10 months ago)
Author:
patrick
Message:

Changed ORB-determination compile-time conditionals to all use the same form.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/tweek/CORBA/CorbaManager.cpp

    r21029 r21030  
    166166         << vprDEBUG_FLUSH; 
    167167   } 
    168 #ifdef OMNIORB_VER 
     168#if defined(TWEEK_USE_OMNIORB) 
    169169   catch (omniORB::fatalException& fe) 
    170170   { 
     
    223223      if ( endPointPort == 0 ) 
    224224      { 
    225 #ifdef OMNIORB_VER 
     225#if defined(TWEEK_USE_OMNIORB) 
    226226         std::string temp; 
    227227 
     
    346346         << vprDEBUG_FLUSH; 
    347347   } 
    348 #ifdef OMNIORB_VER 
     348#if defined(TWEEK_USE_OMNIORB) 
    349349   catch (omniORB::fatalException& fe) 
    350350   {