• 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 Changeset
  • Next Changeset →

Changeset 2609

Show
Ignore:
Timestamp:
07/08/08 08:14:36 (8 weeks ago)
Author:
jmoore
Message:

Adding missing comma in API.ice

Files:
1 modified

  • trunk/components/blitz/resources/omero/API.ice (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/components/blitz/resources/omero/API.ice

    r2608 r2609  
    393393        Ice::IntSeq renderProjectedAsPackedInt(int algorithm, int timepoint, int stepping, int start, int end) throws ServerError; 
    394394        Ice::ByteSeq renderCompressed(omero::romio::PlaneDef def) throws ServerError; 
    395         Ice::ByteSeq renderProjectedCompressed(int algorithm int timepoint, int stepping, int start, int end) throws ServerError; 
     395        Ice::ByteSeq renderProjectedCompressed(int algorithm, int timepoint, int stepping, int start, int end) throws ServerError; 
    396396        void lookupPixels(long pixelsId) throws ServerError; 
    397397        bool lookupRenderingDef(long pixelsId) throws ServerError; 

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/