Skip to content

Commit

Permalink
Plug method for creating a new album on the server,
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Oct 23, 2002
1 parent 9defe6b commit 6e037b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions com/gallery/GalleryRemote/model/Gallery.java
Expand Up @@ -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
*
Expand Down

0 comments on commit 6e037b2

Please sign in to comment.