From 29bc5853be7221a692fe89d9f0ddbd1de7f50299 Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 14 Mar 2007 21:19:15 +0000 Subject: [PATCH] Add a line at the start to tell GNU Emacs that this is a C++ source file. git-svn-id: http://svn.voria.com/code@315 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/bezier | 1 + ETL/trunk/ETL/boxblur | 1 + ETL/trunk/ETL/calculus | 1 + ETL/trunk/ETL/clock | 1 + ETL/trunk/ETL/fastangle | 1 + ETL/trunk/ETL/fixed | 1 + ETL/trunk/ETL/gaussian | 1 + ETL/trunk/ETL/handle | 1 + ETL/trunk/ETL/hermite | 1 + ETL/trunk/ETL/ipc | 1 + ETL/trunk/ETL/misc | 1 + ETL/trunk/ETL/pen | 1 + ETL/trunk/ETL/random | 1 + ETL/trunk/ETL/rect | 1 + ETL/trunk/ETL/ref_count | 1 + ETL/trunk/ETL/smach | 1 + ETL/trunk/ETL/smart_ptr | 1 + ETL/trunk/ETL/spline | 1 + ETL/trunk/ETL/status | 1 + ETL/trunk/ETL/stringf | 1 + ETL/trunk/ETL/surface | 1 + ETL/trunk/ETL/thread | 1 + ETL/trunk/ETL/trivial | 1 + ETL/trunk/ETL/value | 1 + 24 files changed, 24 insertions(+) diff --git a/ETL/trunk/ETL/bezier b/ETL/trunk/ETL/bezier index 33a25de..119fb25 100644 --- a/ETL/trunk/ETL/bezier +++ b/ETL/trunk/ETL/bezier @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Bezier Curve Class diff --git a/ETL/trunk/ETL/boxblur b/ETL/trunk/ETL/boxblur index c023af1..8191167 100644 --- a/ETL/trunk/ETL/boxblur +++ b/ETL/trunk/ETL/boxblur @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Box Blur Template diff --git a/ETL/trunk/ETL/calculus b/ETL/trunk/ETL/calculus index 5277b38..7243d93 100644 --- a/ETL/trunk/ETL/calculus +++ b/ETL/trunk/ETL/calculus @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Calculus Functional Classes diff --git a/ETL/trunk/ETL/clock b/ETL/trunk/ETL/clock index 893e93f..54d2ceb 100644 --- a/ETL/trunk/ETL/clock +++ b/ETL/trunk/ETL/clock @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Clock Abstraction diff --git a/ETL/trunk/ETL/fastangle b/ETL/trunk/ETL/fastangle index dd537f7..33ead89 100644 --- a/ETL/trunk/ETL/fastangle +++ b/ETL/trunk/ETL/fastangle @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Fast Angle Abstraction Class diff --git a/ETL/trunk/ETL/fixed b/ETL/trunk/ETL/fixed index a317e20..84d4f14 100644 --- a/ETL/trunk/ETL/fixed +++ b/ETL/trunk/ETL/fixed @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Fixed-Point Math Class diff --git a/ETL/trunk/ETL/gaussian b/ETL/trunk/ETL/gaussian index 6d79058..52994b4 100644 --- a/ETL/trunk/ETL/gaussian +++ b/ETL/trunk/ETL/gaussian @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Gaussian Blur Template diff --git a/ETL/trunk/ETL/handle b/ETL/trunk/ETL/handle index 956373a..3e343fd 100644 --- a/ETL/trunk/ETL/handle +++ b/ETL/trunk/ETL/handle @@ -1,3 +1,4 @@ +// -*- C++ -*- /* === E T L =============================================================== */ /*! \file handle ** $Id: handle,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $ diff --git a/ETL/trunk/ETL/hermite b/ETL/trunk/ETL/hermite index a4acd26..3f4fc33 100644 --- a/ETL/trunk/ETL/hermite +++ b/ETL/trunk/ETL/hermite @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Hermite Curve Class diff --git a/ETL/trunk/ETL/ipc b/ETL/trunk/ETL/ipc index 8b18795..77d3b23 100644 --- a/ETL/trunk/ETL/ipc +++ b/ETL/trunk/ETL/ipc @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Inter-Process Commumnication Classes diff --git a/ETL/trunk/ETL/misc b/ETL/trunk/ETL/misc index 85b8e5f..6236e4d 100644 --- a/ETL/trunk/ETL/misc +++ b/ETL/trunk/ETL/misc @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Misc diff --git a/ETL/trunk/ETL/pen b/ETL/trunk/ETL/pen index b0d1840..02057c2 100644 --- a/ETL/trunk/ETL/pen +++ b/ETL/trunk/ETL/pen @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Pen Template Class diff --git a/ETL/trunk/ETL/random b/ETL/trunk/ETL/random index 3176f54..505290d 100644 --- a/ETL/trunk/ETL/random +++ b/ETL/trunk/ETL/random @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Random Number Generator Class diff --git a/ETL/trunk/ETL/rect b/ETL/trunk/ETL/rect index 28e6a15..3d39c2f 100644 --- a/ETL/trunk/ETL/rect +++ b/ETL/trunk/ETL/rect @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Rect diff --git a/ETL/trunk/ETL/ref_count b/ETL/trunk/ETL/ref_count index 49c9d4a..c61fc44 100644 --- a/ETL/trunk/ETL/ref_count +++ b/ETL/trunk/ETL/ref_count @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** diff --git a/ETL/trunk/ETL/smach b/ETL/trunk/ETL/smach index 095b631..059939d 100644 --- a/ETL/trunk/ETL/smach +++ b/ETL/trunk/ETL/smach @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** State Machine Abstraction Class diff --git a/ETL/trunk/ETL/smart_ptr b/ETL/trunk/ETL/smart_ptr index 7318ab1..892c44e 100644 --- a/ETL/trunk/ETL/smart_ptr +++ b/ETL/trunk/ETL/smart_ptr @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Template Smart Pointer diff --git a/ETL/trunk/ETL/spline b/ETL/trunk/ETL/spline index e382d8f..6619438 100644 --- a/ETL/trunk/ETL/spline +++ b/ETL/trunk/ETL/spline @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Spline Class diff --git a/ETL/trunk/ETL/status b/ETL/trunk/ETL/status index 718794e..1cbd087 100644 --- a/ETL/trunk/ETL/status +++ b/ETL/trunk/ETL/status @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Status Callback Class diff --git a/ETL/trunk/ETL/stringf b/ETL/trunk/ETL/stringf index a977a7c..62c197a 100644 --- a/ETL/trunk/ETL/stringf +++ b/ETL/trunk/ETL/stringf @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** stringf Procedure diff --git a/ETL/trunk/ETL/surface b/ETL/trunk/ETL/surface index d6667df..52c7542 100644 --- a/ETL/trunk/ETL/surface +++ b/ETL/trunk/ETL/surface @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Surface Abstraction Class diff --git a/ETL/trunk/ETL/thread b/ETL/trunk/ETL/thread index fb6f328..a06a196 100644 --- a/ETL/trunk/ETL/thread +++ b/ETL/trunk/ETL/thread @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Thread Abstraction Class diff --git a/ETL/trunk/ETL/trivial b/ETL/trunk/ETL/trivial index 1a7ce09..672155c 100644 --- a/ETL/trunk/ETL/trivial +++ b/ETL/trunk/ETL/trivial @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Trivial Template Class diff --git a/ETL/trunk/ETL/value b/ETL/trunk/ETL/value index f498790..4e7156c 100644 --- a/ETL/trunk/ETL/value +++ b/ETL/trunk/ETL/value @@ -1,3 +1,4 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Generic Value Template -- 2.7.4