~meese/pantheon-photos/fix-uglyicons

« back to all changes in this revision

Viewing changes to src/BatchImport.vala

  • Committer: Jim Nelson
  • Date: 2009-06-24 20:04:17 UTC
  • Revision ID: git-v1:b3566631762922615a73bfdf56a20f2e9fa23007
#337: Added README, INSTALL, etc. files.  #378: More thorough About box.  #389: Icon licensing information added to AUTHORS.  #413: Copyright/licensing added to all source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright 2009 Yorba Foundation
 
2
 *
 
3
 * This software is licensed under the GNU LGPL (version 2.1 or later).
 
4
 * See the COPYING file in this distribution. 
 
5
 */
1
6
 
2
7
public abstract class BatchImportJob {
3
8
    public abstract string get_identifier();