From 6e037b276ced646be8ed425edc2578eaf8fc2596 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Paour Date: Wed, 23 Oct 2002 00:10:51 +0000 Subject: [PATCH] Plug method for creating a new album on the server, --- com/gallery/GalleryRemote/model/Gallery.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/com/gallery/GalleryRemote/model/Gallery.java b/com/gallery/GalleryRemote/model/Gallery.java index e4e2835..2891f96 100644 --- a/com/gallery/GalleryRemote/model/Gallery.java +++ b/com/gallery/GalleryRemote/model/Gallery.java @@ -83,6 +83,11 @@ public void fetchAlbums( StatusUpdate su ) { getComm().fetchAlbums( su, true ); } + public void newAlbum( Album a, StatusUpdate su) { + // TIM: Go crazy + Log.log(Log.INFO, MODULE, "Creating new album " + a.toString()); + } + /** * Sets the url attribute of the Gallery object *