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 *