• 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 1630 for branches/3.0-Beta2/components/tools/OmeroCpp/src/OMERO/client.h

Show
Ignore:
Timestamp:
06/12/07 10:30:49 (18 months ago)
Author:
jmoore
Message:

[MERGING] source:trunk@1628 source:trunk@1629 --> source:branches/3.0-Beta2

Files:
1 modified

  • branches/3.0-Beta2/components/tools/OmeroCpp/src/OMERO/client.h (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/tools/OmeroCpp/src/OMERO/client.h

    r1569 r1630  
    6464     * with the reserved prefixes, however, override all other values. 
    6565     */ 
    66     client(int& argc, char* argv[],  
    67            const Ice::InitializationData& id = Ice::InitializationData()); 
     66    client(int& argc, char* argv[], 
     67      const Ice::InitializationData& id = Ice::InitializationData()); 
    6868 
    6969    /* 
    70      * Destroys the session and the communicator instances. 
     70     * Destroys the communicator instance. To have the session destroyed, 
     71     * call close on the client before destruction. Otherwise, the session 
     72     * will be destroyed by the server on timeout. 
    7173     */ 
    7274    ~client(); 
    … …  
    8284    // Session management 
    8385 
    84     /*  
     86    /* 
    8587     * Creates a session. Calling this method while a session is 
    8688     * active will throw an exception. It should only be used again, 
    … …  
    141143 
    142144 
    143     /*  
     145    /* 
    144146     * The callback is currently unused. Rather, this is an example of 
    145147     * what a callback would look like. 

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/