- Timestamp:
- 06/26/07 12:36:30 (18 months ago)
- Location:
- branches/3.0-Beta2/components
- Files:
-
- 2 modified
-
blitz/resources/OMERO/API.ice (modified) (1 diff)
-
tools/WebAdmin/WEB-INF/web.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/blitz/resources/OMERO/API.ice
r1553 r1676 269 269 interface ThumbnailStore extends ServiceInterface 270 270 { 271 voidsetPixelsId(long pixelsId) throws ServerError;271 bool setPixelsId(long pixelsId) throws ServerError; 272 272 void setRenderingDefId(long renderingDefId) throws ServerError; 273 273 Ice::ByteSeq getThumbnail(int sizeX, int sizeY) throws ServerError; -
branches/3.0-Beta2/components/tools/WebAdmin/WEB-INF/web.xml
r1535 r1676 71 71 <context-param> 72 72 <param-name>defaultServerHost</param-name> 73 <param-value> warlock.openmicroscopy.org.uk</param-value>73 <param-value>localhost</param-value> 74 74 </context-param> 75 75 <context-param>
