[maemo-commits] [maemo-commits] r11488 - in projects/haf/trunk/osso-thumbnail: tests thumbs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 7 14:51:29 EEST 2007
Author: marivoll
Date: 2007-05-07 14:51:28 +0300 (Mon, 07 May 2007)
New Revision: 11488

Modified:
   projects/haf/trunk/osso-thumbnail/tests/tests.c
   projects/haf/trunk/osso-thumbnail/thumbs/osso-thumbnail-factory.c
   projects/haf/trunk/osso-thumbnail/thumbs/thumber-common.c
   projects/haf/trunk/osso-thumbnail/thumbs/thumber-gdk-pixbuf.c
   projects/haf/trunk/osso-thumbnail/thumbs/thumber-register.c
   projects/haf/trunk/osso-thumbnail/thumbs/thumbs-common.c
Log:
	* thumbs/osso-thumber-common.h,
	thumbs/osso-thumber-common-private.h: Renamed former to latter and
	use latter in our own code.  Make former unusable for public use.
	* thumbs/osso-thumbnail-factory.h
	thumbs/osso-thumbnail-factory-private.h: Likewise.


Modified: projects/haf/trunk/osso-thumbnail/tests/tests.c
===================================================================
--- projects/haf/trunk/osso-thumbnail/tests/tests.c	2007-05-07 11:49:10 UTC (rev 11487)
+++ projects/haf/trunk/osso-thumbnail/tests/tests.c	2007-05-07 11:51:28 UTC (rev 11488)
@@ -23,7 +23,7 @@
 
 #include <stdio.h>
 
-#include <osso-thumbnail-factory.h>
+#include <osso-thumbnail-factory-private.h>
 
 #include <unistd.h>
 

Modified: projects/haf/trunk/osso-thumbnail/thumbs/osso-thumbnail-factory.c
===================================================================
--- projects/haf/trunk/osso-thumbnail/thumbs/osso-thumbnail-factory.c	2007-05-07 11:49:10 UTC (rev 11487)
+++ projects/haf/trunk/osso-thumbnail/thumbs/osso-thumbnail-factory.c	2007-05-07 11:51:28 UTC (rev 11488)
@@ -21,7 +21,7 @@
  *
  */
 
-#include "osso-thumbnail-factory.h"
+#include "osso-thumbnail-factory-private.h"
 #include "thumbs-private.h"
 
 #include "md5.h"

Modified: projects/haf/trunk/osso-thumbnail/thumbs/thumber-common.c
===================================================================
--- projects/haf/trunk/osso-thumbnail/thumbs/thumber-common.c	2007-05-07 11:49:10 UTC (rev 11487)
+++ projects/haf/trunk/osso-thumbnail/thumbs/thumber-common.c	2007-05-07 11:51:28 UTC (rev 11488)
@@ -21,8 +21,8 @@
  *
  */
 
-#include "osso-thumbnail-factory.h"
-#include "osso-thumber-common.h"
+#include "osso-thumbnail-factory-private.h"
+#include "osso-thumber-common-private.h"
 #include "thumbs-private.h"
 
 #include <stdio.h>

Modified: projects/haf/trunk/osso-thumbnail/thumbs/thumber-gdk-pixbuf.c
===================================================================
--- projects/haf/trunk/osso-thumbnail/thumbs/thumber-gdk-pixbuf.c	2007-05-07 11:49:10 UTC (rev 11487)
+++ projects/haf/trunk/osso-thumbnail/thumbs/thumber-gdk-pixbuf.c	2007-05-07 11:51:28 UTC (rev 11488)
@@ -22,8 +22,8 @@
   */
 
 #include "config.h"
-#include "osso-thumbnail-factory.h"
-#include "osso-thumber-common.h"
+#include "osso-thumbnail-factory-private.h"
+#include "osso-thumber-common-private.h"
 
 #include <osso-mem.h>
 #include <osso-log.h>

Modified: projects/haf/trunk/osso-thumbnail/thumbs/thumber-register.c
===================================================================
--- projects/haf/trunk/osso-thumbnail/thumbs/thumber-register.c	2007-05-07 11:49:10 UTC (rev 11487)
+++ projects/haf/trunk/osso-thumbnail/thumbs/thumber-register.c	2007-05-07 11:51:28 UTC (rev 11488)
@@ -21,7 +21,7 @@
  *
  */
 
-#include "osso-thumbnail-factory.h"
+#include "osso-thumbnail-factory-private.h"
 #include "thumbs-private.h"
 
 #include <stdio.h>

Modified: projects/haf/trunk/osso-thumbnail/thumbs/thumbs-common.c
===================================================================
--- projects/haf/trunk/osso-thumbnail/thumbs/thumbs-common.c	2007-05-07 11:49:10 UTC (rev 11487)
+++ projects/haf/trunk/osso-thumbnail/thumbs/thumbs-common.c	2007-05-07 11:51:28 UTC (rev 11488)
@@ -21,7 +21,7 @@
  *
  */
 
-#include "osso-thumbnail-factory.h"
+#include "osso-thumbnail-factory-private.h"
 #include "thumbs-private.h"
 
 #include <sys/stat.h>


More information about the maemo-commits mailing list