Changeset 2662

Show
Ignore:
Timestamp:
01/30/07 10:05:56 (6 years ago)
Author:
phelps
Message:

omniORB 4.1.0 fix applied

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • components/Sin_source/trunk/Sin_source/main.cpp

    r1475 r2662  
    5555    sin_source_var = sin_source_servant->_this(); 
    5656 
    57     orb->bind_object_to_name((CORBA::Object_var) sin_source_var, label); 
     57    orb->bind_object_to_name((CORBA::Object_ptr) sin_source_var, label); 
    5858 
    5959    // This bit is ORB specific