diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:38:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:47:03 +0100 |
commit | 0b2fceaafa534252ffabb37dec803ed2c37d518c (patch) | |
tree | 0fb45aa32c00028fd0ebf9114c7846f20af707f4 /soldep | |
parent | fa4882b94f4153c90538d7566e48aceda96bd72a (diff) |
add modelines to .h files as well
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/inc/appdef.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/dep.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/minormk.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/prodmap.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/connctr.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/soldep/depper.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/soldep/depwin.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/soldep/graphwin.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/hashobj.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/hashtbl.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/soldep/objwin.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/prj.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/sdtresid.hxx | 2 | ||||
-rw-r--r-- | soldep/inc/soldep/soldep.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/soldep/soldlg.hxx | 3 | ||||
-rw-r--r-- | soldep/inc/soldep/tbox.hxx | 3 | ||||
-rw-r--r-- | soldep/source/depapp.hxx | 2 |
17 files changed, 44 insertions, 0 deletions
diff --git a/soldep/inc/appdef.hxx b/soldep/inc/appdef.hxx index cc8d5d0f2f8b..ad7c02939cb0 100644 --- a/soldep/inc/appdef.hxx +++ b/soldep/inc/appdef.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -159,3 +160,5 @@ const char* GetEnv( const char *pVar, const char *pDefault ); #define ISERVER_DEF_DEPEND_LIST "r:\\b_server\\config\\depend.lst" #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/dep.hxx b/soldep/inc/dep.hxx index f7ef15ace882..712bd92bb98d 100644 --- a/soldep/inc/dep.hxx +++ b/soldep/inc/dep.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -67,3 +68,5 @@ class VersionDepInfoList : public VersionDepInfoList_Impl #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/minormk.hxx b/soldep/inc/minormk.hxx index 0f14497dbaa7..ce1b4192e850 100644 --- a/soldep/inc/minormk.hxx +++ b/soldep/inc/minormk.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -75,3 +76,5 @@ public: BOOL Exists() { return bExists; } }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/prodmap.hxx b/soldep/inc/prodmap.hxx index 89f12d76ebcc..eb080d247192 100644 --- a/soldep/inc/prodmap.hxx +++ b/soldep/inc/prodmap.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -82,3 +83,4 @@ public: #endif // PRODUCT_MAPPER_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/connctr.hxx b/soldep/inc/soldep/connctr.hxx index af6f01767e98..df11c1d00c4c 100644 --- a/soldep/inc/soldep/connctr.hxx +++ b/soldep/inc/soldep/connctr.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -82,3 +83,5 @@ public: DECLARE_LIST( ConnectorList, Connector* ) #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/depper.hxx b/soldep/inc/soldep/depper.hxx index a9de33c57043..db45331f6a61 100644 --- a/soldep/inc/soldep/depper.hxx +++ b/soldep/inc/soldep/depper.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -206,3 +207,5 @@ public: }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/depwin.hxx b/soldep/inc/soldep/depwin.hxx index d197453e93e5..495df21b34fb 100644 --- a/soldep/inc/soldep/depwin.hxx +++ b/soldep/inc/soldep/depwin.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -71,3 +72,5 @@ public: }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/graphwin.hxx b/soldep/inc/soldep/graphwin.hxx index e0152d6e34f7..153c15fa00e5 100644 --- a/soldep/inc/soldep/graphwin.hxx +++ b/soldep/inc/soldep/graphwin.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -52,3 +53,4 @@ public: #endif // _FMRWRK_GRAPHWIN_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/hashobj.hxx b/soldep/inc/soldep/hashobj.hxx index 73d4daf699e7..293cb7adb44b 100644 --- a/soldep/inc/soldep/hashobj.hxx +++ b/soldep/inc/soldep/hashobj.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -43,3 +44,4 @@ public: #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/hashtbl.hxx b/soldep/inc/soldep/hashtbl.hxx index 0308a6a33e0e..4f68d8a80275 100644 --- a/soldep/inc/soldep/hashtbl.hxx +++ b/soldep/inc/soldep/hashtbl.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -202,3 +203,5 @@ public: #endif // _HASHTBL_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/objwin.hxx b/soldep/inc/soldep/objwin.hxx index 7419c94afd0e..765054b17759 100644 --- a/soldep/inc/soldep/objwin.hxx +++ b/soldep/inc/soldep/objwin.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -156,3 +157,4 @@ public: #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx index ac89d44204ce..0f83168e7baa 100644 --- a/soldep/inc/soldep/prj.hxx +++ b/soldep/inc/soldep/prj.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -481,3 +482,4 @@ public: #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/sdtresid.hxx b/soldep/inc/soldep/sdtresid.hxx index 02a3a57e37ea..3a55394b10a9 100644 --- a/soldep/inc/soldep/sdtresid.hxx +++ b/soldep/inc/soldep/sdtresid.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -50,3 +51,4 @@ public: #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/soldep.hxx b/soldep/inc/soldep/soldep.hxx index 55fb4fc0e11c..80bf7a93c476 100644 --- a/soldep/inc/soldep/soldep.hxx +++ b/soldep/inc/soldep/soldep.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -114,3 +115,5 @@ public: }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/soldlg.hxx b/soldep/inc/soldep/soldlg.hxx index ef57908b6913..f59140f5ed95 100644 --- a/soldep/inc/soldep/soldlg.hxx +++ b/soldep/inc/soldep/soldlg.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -158,3 +159,5 @@ public: }; #endif // _FMRWRK_SOLDLG_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/inc/soldep/tbox.hxx b/soldep/inc/soldep/tbox.hxx index 69276895aad5..970f9557fd41 100644 --- a/soldep/inc/soldep/tbox.hxx +++ b/soldep/inc/soldep/tbox.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -100,3 +101,5 @@ public: }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soldep/source/depapp.hxx b/soldep/source/depapp.hxx index cf8c1935c220..c8ed95376e13 100644 --- a/soldep/source/depapp.hxx +++ b/soldep/source/depapp.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -107,3 +108,4 @@ static MyApp aMyApp; #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |