Author: rmottola
Date: Wed Jun  1 09:36:50 2016
New Revision: 39827

URL: http://svn.gna.org/viewcvs/gnustep?rev=39827&view=rev
Log:
add missing header

Added:
    apps/gworkspace/trunk/Inspector/ContentViewers/ImageViewer/Resizer.h   
(with props)

Added: apps/gworkspace/trunk/Inspector/ContentViewers/ImageViewer/Resizer.h
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Inspector/ContentViewers/ImageViewer/Resizer.h?rev=39827&view=auto
==============================================================================
--- apps/gworkspace/trunk/Inspector/ContentViewers/ImageViewer/Resizer.h        
(added)
+++ apps/gworkspace/trunk/Inspector/ContentViewers/ImageViewer/Resizer.h        
Wed Jun  1 09:36:50 2016
@@ -0,0 +1,41 @@
+/* Resizer.m
+h
+ *  
+ * Copyright (C) 2005-2016 Free Software Foundation, Inc.
+ *
+ * Author: Enrico Sersale <enr...@imago.ro>
+ * Date: May 2016
+ *
+ * This file is part of the GNUstep Inspector application
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
+ */
+
+@interface ImageResizer : NSObject
+{
+  id viewer;
+  NSNotificationCenter *nc; 
+}
+
+- (id)initWithConnectionName:(NSString *)cname;
+
+- (void)connectionDidDie:(NSNotification *)notification;
+
+- (void)readImageAtPath:(NSString *)path
+                setSize:(NSSize)imsize;
+
+- (void)terminate;
+
+@end

Propchange: apps/gworkspace/trunk/Inspector/ContentViewers/ImageViewer/Resizer.h
------------------------------------------------------------------------------
    svn:executable = *


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to