Fresco/Berlin/modules/Rasters Makefile.in,1.9,1.10 RasterKitImpl.cc,1.20,1.21 RasterKitImpl.hh,1.14,1.15

Stefan Seefeld <[email protected]>
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Berlin/modules/Rasters
In directory purcel:/tmp/cvs-serv28932/Berlin/modules/Rasters

Modified Files:
	Makefile.in RasterKitImpl.cc RasterKitImpl.hh 
Log Message:
rename ImageKit to RasterKit

Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Rasters/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.in	20 Nov 2002 07:14:07 -0000	1.9
+++ Makefile.in	18 Feb 2003 21:18:13 -0000	1.10
@@ -23,13 +23,13 @@
 
 abs_top_srcdir	:= @abs_top_srcdir@
 top_builddir	:= @top_builddir@
-srcdir		:= $(abs_top_srcdir)/modules/Images
+srcdir		:= $(abs_top_srcdir)/modules/Rasters
 cdir		:= $(top_builddir)/config
 
 include $(cdir)/local.mk
 
-SRC		:= ImageKitImpl.cc
+SRC		:= RasterKitImpl.cc
 
-MODULE		:= ImageKit
+MODULE		:= RasterKit
 
 include $(cdir)/module.mk

Index: RasterKitImpl.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Rasters/RasterKitImpl.cc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- RasterKitImpl.cc	18 Feb 2003 07:26:31 -0000	1.20
+++ RasterKitImpl.cc	18 Feb 2003 21:18:13 -0000	1.21
@@ -24,25 +24,25 @@
 
 #include <Berlin/ImplVar.hh>
 #include <Berlin/RasterImpl.hh>
-#include "ImageKitImpl.hh"
+#include "RasterKitImpl.hh"
 
 using namespace Prague;
 using namespace Fresco;
 
 using namespace Berlin::ImageKit;
 
-ImageKitImpl::ImageKitImpl(const std::string &id,
-			   const Fresco::Kit::PropertySeq &p,
-			   ServerContextImpl *c)
-    : KitImpl(id, p, c) { }
-ImageKitImpl::~ImageKitImpl() { }
+RasterKitImpl::RasterKitImpl(const std::string &id,
+                             const Fresco::Kit::PropertySeq &p,
+                             ServerContextImpl *c)
+   : KitImpl(id, p, c) { }
+RasterKitImpl::~RasterKitImpl() { }
 
-Raster_ptr ImageKitImpl::create_empty_raster()
+Raster_ptr RasterKitImpl::create_empty_raster()
 {
   return create<Fresco::Raster>(new RasterImpl());
 }
 
-Raster_ptr ImageKitImpl::create_raster(const char *file)
+Raster_ptr RasterKitImpl::create_raster(const char *file)
 {
   return create<Raster>(new RasterImpl(file));
 }
@@ -51,6 +51,6 @@
 
 extern "C" KitImpl *load()
 {
-  static std::string properties[] = {"implementation", "ImageKitImpl"};
-  return create_prototype<ImageKitImpl> ("IDL:fresco.org/Fresco/ImageKit:1.0", properties, 2);
+  static std::string properties[] = {"implementation", "RasterKitImpl"};
+  return create_prototype<RasterKitImpl> ("IDL:fresco.org/Fresco/RasterKit:1.0", properties, 2);
 }

Index: RasterKitImpl.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Rasters/RasterKitImpl.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- RasterKitImpl.hh	18 Feb 2003 07:26:31 -0000	1.14
+++ RasterKitImpl.hh	18 Feb 2003 21:18:13 -0000	1.15
@@ -22,11 +22,11 @@
  * MA 02139, USA.
  */
 
-#ifndef _ImageKitImpl_hh
-#define _ImageKitImpl_hh
+#ifndef _RasterKitImpl_hh
+#define _RasterKitImpl_hh
 
 #include <Fresco/config.hh>
-#include <Fresco/ImageKit.hh>
+#include <Fresco/RasterKit.hh>
 #include <Fresco/Raster.hh>
 #include <Berlin/KitImpl.hh>
 
@@ -37,20 +37,19 @@
 namespace ImageKit 
 {
 
-class ImageKitImpl : public virtual POA_Fresco::ImageKit,
-		     public KitImpl
+class RasterKitImpl : public virtual POA_Fresco::RasterKit,
+                      public KitImpl
 {
 public:
-  ImageKitImpl(const std::string &,
-	       const Fresco::Kit::PropertySeq &,
-	       ServerContextImpl *);
-  virtual ~ImageKitImpl();
+  RasterKitImpl(const std::string &,
+                const Fresco::Kit::PropertySeq &,
+                ServerContextImpl *);
+  virtual ~RasterKitImpl();
   virtual KitImpl *clone(const Fresco::Kit::PropertySeq &p, ServerContextImpl *c)
-  { return new ImageKitImpl(repo_id(), p, c);}
+  { return new RasterKitImpl(repo_id(), p, c);}
 
   Fresco::Raster_ptr create_empty_raster();
   Fresco::Raster_ptr create_raster(const char *file);
-protected:
 };
 
 } // namespace
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.