• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 2598 for trunk/components/tools/OmeroCpp/test/boost_fixture.cpp

Show
Ignore:
Timestamp:
07/05/08 22:16:07 (5 months ago)
Author:
jmoore
Message:

ticket:1018 - Propagating changes to OmeroJava and OmeroCpp

Also add environment methods which have been in OmeroPy for
some time.

Files:
1 modified

  • trunk/components/tools/OmeroCpp/test/boost_fixture.cpp (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/components/tools/OmeroCpp/test/boost_fixture.cpp

    r2265 r2598  
    102102        omero::client* client = new omero::client(argc, argv); 
    103103        client->createSession(username, password); 
    104         client->closeOnDestroy(); 
     104        //  client->getSession()->closeOnDestroy(); Default. 
    105105        clients.push_back(client); 
    106106        return client; 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/