Fresco/Berlin/modules/Images ImageKitImpl.cc,1.17,1.18

Tobias Hunger <[email protected]>
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Berlin/modules/Images
In directory purcel:/tmp/cvs-serv22008/modules/Images

Modified Files:
	ImageKitImpl.cc 
Log Message:
Move the create template from the LayoutKit into KitImpl.hh and use it
in all Kits.


Index: ImageKitImpl.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Images/ImageKitImpl.cc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ImageKitImpl.cc	5 Jan 2003 16:21:32 -0000	1.17
+++ ImageKitImpl.cc	23 Jan 2003 22:31:04 -0000	1.18
@@ -32,13 +32,13 @@
 
 using namespace Berlin::ImageKit;
 
-ImageKitImpl::ImageKitImpl(const std::string &id, const Fresco::Kit::PropertySeq &p)
-  : KitImpl(id, p) {}
-ImageKitImpl::~ImageKitImpl() {}
+ImageKitImpl::ImageKitImpl(const std::string &id,
+			   const Fresco::Kit::PropertySeq &p)
+    : KitImpl(id, p) { }
+ImageKitImpl::~ImageKitImpl() { }
 
 Raster_ptr ImageKitImpl::empty()
 {
-  Trace trace("ImageKitImpl::empty");
   RasterImpl *raster = new RasterImpl();
   activate(raster);
   return raster->_this();
@@ -46,11 +46,12 @@
 
 Raster_ptr ImageKitImpl::create(const char *file)
 {
-  Trace trace("ImageKitImpl::create");
   RasterImpl *raster = new RasterImpl(file);
   activate(raster);
   return raster->_this();
 }
+
+
 
 extern "C" KitImpl *load()
 {
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.