Add a line at the start to tell GNU Emacs that this is a C++ source file.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 14 Mar 2007 21:19:15 +0000 (21:19 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 14 Mar 2007 21:19:15 +0000 (21:19 +0000)
git-svn-id: http://svn.voria.com/code@315 1f10aa63-cdf2-0310-b900-c93c546f37ac

24 files changed:
ETL/trunk/ETL/bezier
ETL/trunk/ETL/boxblur
ETL/trunk/ETL/calculus
ETL/trunk/ETL/clock
ETL/trunk/ETL/fastangle
ETL/trunk/ETL/fixed
ETL/trunk/ETL/gaussian
ETL/trunk/ETL/handle
ETL/trunk/ETL/hermite
ETL/trunk/ETL/ipc
ETL/trunk/ETL/misc
ETL/trunk/ETL/pen
ETL/trunk/ETL/random
ETL/trunk/ETL/rect
ETL/trunk/ETL/ref_count
ETL/trunk/ETL/smach
ETL/trunk/ETL/smart_ptr
ETL/trunk/ETL/spline
ETL/trunk/ETL/status
ETL/trunk/ETL/stringf
ETL/trunk/ETL/surface
ETL/trunk/ETL/thread
ETL/trunk/ETL/trivial
ETL/trunk/ETL/value

index 33a25de..119fb25 100644 (file)
@@ -1,3 +1,4 @@
+// <bezier> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Bezier Curve Class
index c023af1..8191167 100644 (file)
@@ -1,3 +1,4 @@
+// <boxblur> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Box Blur Template
index 5277b38..7243d93 100644 (file)
@@ -1,3 +1,4 @@
+// <calculus> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Calculus Functional Classes
index 893e93f..54d2ceb 100644 (file)
@@ -1,3 +1,4 @@
+// <clock> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Clock Abstraction
index dd537f7..33ead89 100644 (file)
@@ -1,3 +1,4 @@
+// <fastangle> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Fast Angle Abstraction Class
index a317e20..84d4f14 100644 (file)
@@ -1,3 +1,4 @@
+// <fixed> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Fixed-Point Math Class
index 6d79058..52994b4 100644 (file)
@@ -1,3 +1,4 @@
+// <gaussian> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Gaussian Blur Template
index 956373a..3e343fd 100644 (file)
@@ -1,3 +1,4 @@
+// <handle> -*- C++ -*-
 /* === E T L =============================================================== */
 /*!    \file handle
 **     $Id: handle,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
index a4acd26..3f4fc33 100644 (file)
@@ -1,3 +1,4 @@
+// <hermite> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Hermite Curve Class
index 8b18795..77d3b23 100644 (file)
@@ -1,3 +1,4 @@
+// <ipc> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Inter-Process Commumnication Classes
index 85b8e5f..6236e4d 100644 (file)
@@ -1,3 +1,4 @@
+// <misc> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Misc
index b0d1840..02057c2 100644 (file)
@@ -1,3 +1,4 @@
+// <pen> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Pen Template Class
index 3176f54..505290d 100644 (file)
@@ -1,3 +1,4 @@
+// <random> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Random Number Generator Class
index 28e6a15..3d39c2f 100644 (file)
@@ -1,3 +1,4 @@
+// <rect> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Rect
index 49c9d4a..c61fc44 100644 (file)
@@ -1,3 +1,4 @@
+// <ref_count> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** 
index 095b631..059939d 100644 (file)
@@ -1,3 +1,4 @@
+// <smach> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** State Machine Abstraction Class
index 7318ab1..892c44e 100644 (file)
@@ -1,3 +1,4 @@
+// <smart_ptr> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Template Smart Pointer
index e382d8f..6619438 100644 (file)
@@ -1,3 +1,4 @@
+// <spline> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Spline Class
index 718794e..1cbd087 100644 (file)
@@ -1,3 +1,4 @@
+// <status> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Status Callback Class
index a977a7c..62c197a 100644 (file)
@@ -1,3 +1,4 @@
+// <stringf> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** stringf Procedure
index d6667df..52c7542 100644 (file)
@@ -1,3 +1,4 @@
+// <surface> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Surface Abstraction Class
index fb6f328..a06a196 100644 (file)
@@ -1,3 +1,4 @@
+// <thread> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Thread Abstraction Class
index 1a7ce09..672155c 100644 (file)
@@ -1,3 +1,4 @@
+// <trivial> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Trivial Template Class
index f498790..4e7156c 100644 (file)
@@ -1,3 +1,4 @@
+// <value> -*- C++ -*-
 /*! ========================================================================
 ** Extended Template and Library
 ** Generic Value Template