camino-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Camino-devel] camino/src template.h


From: Philippe Fremy
Subject: [Camino-devel] camino/src template.h
Date: Sun, 26 Jan 2003 13:08:25 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Philippe Fremy <address@hidden> 03/01/26 13:08:24

Modified files:
        src            : template.h 

Log message:
        use only one name throughout the template

Patches:
Index: camino/src/template.h
diff -u camino/src/template.h:1.2 camino/src/template.h:1.3
--- camino/src/template.h:1.2   Sun Jan 19 17:17:05 2003
+++ camino/src/template.h       Sun Jan 26 13:08:24 2003
@@ -2,10 +2,10 @@
 **
 ** Camino
 **
-** template.h
+** Template.h
 ** this is a template for all .h files
 **
-** Version : $Id: template.h,v 1.2 2003/01/19 22:17:05 pfremy Exp $
+** Version : $Id: template.h,v 1.3 2003/01/26 18:08:24 pfremy Exp $
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 14/01/2003
 ** Copyright: Pascal Audoux, Philippe Fremy 2003
@@ -24,8 +24,8 @@
 ****************************************************************/
 
  
-#ifndef CLASSNAME_H
-#define CLASSNAME_H
+#ifndef TEMPLATE_H
+#define TEMPLATE_H
  
  
 // generic include files
@@ -48,4 +48,4 @@
        Template();
 };
  
-#endif // CLASSNAME_H   
+#endif // TEMPLATE_H   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]