svn commit: samba r13408 - branches/SAMBA_3_0/source/printing trunk/source/printing

gd at samba.org gd at samba.org
Thu Feb 9 10:09:32 GMT 2006


Author: gd
Date: 2006-02-09 10:09:32 +0000 (Thu, 09 Feb 2006)
New Revision: 13408

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13408

Log:
Remove C++ comments (# 3494)

Guenther

Modified:
   branches/SAMBA_3_0/source/printing/print_iprint.c
   trunk/source/printing/print_iprint.c


Changeset:
Modified: branches/SAMBA_3_0/source/printing/print_iprint.c
===================================================================
--- branches/SAMBA_3_0/source/printing/print_iprint.c	2006-02-09 07:03:23 UTC (rev 13407)
+++ branches/SAMBA_3_0/source/printing/print_iprint.c	2006-02-09 10:09:32 UTC (rev 13408)
@@ -1206,7 +1206,7 @@
 
 static int iprint_queue_pause(int snum)
 {
-	return(-1); //Not supported without credentials
+	return(-1); /* Not supported without credentials */
 }
 
 
@@ -1216,7 +1216,7 @@
 
 static int iprint_queue_resume(int snum)
 {
-	return(-1); //Not supported without credentials
+	return(-1); /* Not supported without credentials */
 }
 
 /*******************************************************************

Modified: trunk/source/printing/print_iprint.c
===================================================================
--- trunk/source/printing/print_iprint.c	2006-02-09 07:03:23 UTC (rev 13407)
+++ trunk/source/printing/print_iprint.c	2006-02-09 10:09:32 UTC (rev 13408)
@@ -1206,7 +1206,7 @@
 
 static int iprint_queue_pause(int snum)
 {
-	return(-1); //Not supported without credentials
+	return(-1); /* Not supported without credentials */
 }
 
 
@@ -1216,7 +1216,7 @@
 
 static int iprint_queue_resume(int snum)
 {
-	return(-1); //Not supported without credentials
+	return(-1); /* Not supported without credentials */
 }
 
 /*******************************************************************



More information about the samba-cvs mailing list