summaryrefslogtreecommitdiff
path: root/cosv
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:46:24 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:58:04 +0200
commite9a59da46a5ac4e3545cd47ccebae9f1b266378a (patch)
treeac2e8328613d158c5be0d1379f5714ed74ee5ce4 /cosv
parentea28a0834ffed75aa567532e3ddb36f75ad4a363 (diff)
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'cosv')
-rw-r--r--cosv/source/comphelp/badcast.cxx2
-rw-r--r--cosv/source/service/comdline.cxx2
-rw-r--r--cosv/source/service/comfunc.cxx2
-rw-r--r--cosv/source/service/commandline.cxx3
-rw-r--r--cosv/source/service/csv_ostream.cxx2
-rw-r--r--cosv/source/service/datetime.cxx2
-rw-r--r--cosv/source/service/std_outp.cxx2
-rw-r--r--cosv/source/storage/dirchain.cxx3
-rw-r--r--cosv/source/storage/file.cxx2
-rw-r--r--cosv/source/storage/mbstream.cxx2
-rw-r--r--cosv/source/storage/persist.cxx2
-rw-r--r--cosv/source/storage/ploc.cxx3
-rw-r--r--cosv/source/storage/ploc_dir.cxx2
-rw-r--r--cosv/source/storage/plocroot.cxx2
-rw-r--r--cosv/source/strings/str_types.cxx2
-rw-r--r--cosv/source/strings/streamstr.cxx3
-rw-r--r--cosv/source/strings/string.cxx3
-rw-r--r--cosv/source/unittest/file_ut.cxx2
-rw-r--r--cosv/source/unittest/string_ut.cxx2
-rw-r--r--cosv/source/unittest/ut_main.cxx2
20 files changed, 45 insertions, 0 deletions
diff --git a/cosv/source/comphelp/badcast.cxx b/cosv/source/comphelp/badcast.cxx
index f36d9875b52c..37a763967dc1 100644
--- a/cosv/source/comphelp/badcast.cxx
+++ b/cosv/source/comphelp/badcast.cxx
@@ -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 @@ _STD_END
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/comdline.cxx b/cosv/source/service/comdline.cxx
index fc3003d20e79..dd65c4909cfd 100644
--- a/cosv/source/service/comdline.cxx
+++ b/cosv/source/service/comdline.cxx
@@ -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.
@@ -55,3 +56,4 @@ CommandLine_Ifc::CheckParameters() const
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/comfunc.cxx b/cosv/source/service/comfunc.cxx
index ab8f274d90d8..73c4c8a63ce8 100644
--- a/cosv/source/service/comfunc.cxx
+++ b/cosv/source/service/comfunc.cxx
@@ -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.
@@ -153,3 +154,4 @@ time2str(String & out_Str, int hour, int min, int sec)
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/commandline.cxx b/cosv/source/service/commandline.cxx
index 383811a9ac25..cfaf01d9a416 100644
--- a/cosv/source/service/commandline.cxx
+++ b/cosv/source/service/commandline.cxx
@@ -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.
@@ -340,3 +341,5 @@ OptionDescription::OptionDescription( intt i_id,
} // namespace csv
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/csv_ostream.cxx b/cosv/source/service/csv_ostream.cxx
index 30c5736343a2..b1299fe21d1b 100644
--- a/cosv/source/service/csv_ostream.cxx
+++ b/cosv/source/service/csv_ostream.cxx
@@ -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.
@@ -90,3 +91,4 @@ ostream::ostream( uintt i_nStartSize )
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/datetime.cxx b/cosv/source/service/datetime.cxx
index 00acabe6e1d7..277197ab0fa6 100644
--- a/cosv/source/service/datetime.cxx
+++ b/cosv/source/service/datetime.cxx
@@ -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 @@ Time::Null_()
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx
index 315abec11978..e958019f12b3 100644
--- a/cosv/source/service/std_outp.cxx
+++ b/cosv/source/service/std_outp.cxx
@@ -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.
@@ -79,3 +80,4 @@ PerformAssertion(const char * condition, const char * file, unsigned line)
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/dirchain.cxx b/cosv/source/storage/dirchain.cxx
index b183c0f990f7..c9c0d24f5f8f 100644
--- a/cosv/source/storage/dirchain.cxx
+++ b/cosv/source/storage/dirchain.cxx
@@ -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.
@@ -153,3 +154,5 @@ DirectoryChain::Get( bostream & o_rPath,
} // namespace ploc
} // namespace csv
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/file.cxx b/cosv/source/storage/file.cxx
index aa1190ec9fab..1313b62c2fc1 100644
--- a/cosv/source/storage/file.cxx
+++ b/cosv/source/storage/file.cxx
@@ -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.
@@ -240,3 +241,4 @@ File::inq_MyPath() const
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/mbstream.cxx b/cosv/source/storage/mbstream.cxx
index 5559d1f6d59a..c9abc90ea90b 100644
--- a/cosv/source/storage/mbstream.cxx
+++ b/cosv/source/storage/mbstream.cxx
@@ -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.
@@ -117,3 +118,4 @@ mbstream::inq_position() const
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/persist.cxx b/cosv/source/storage/persist.cxx
index aa63767c1b0e..9ba40564a73b 100644
--- a/cosv/source/storage/persist.cxx
+++ b/cosv/source/storage/persist.cxx
@@ -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.
@@ -111,3 +112,4 @@ Persistent::StrPath() const
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/ploc.cxx b/cosv/source/storage/ploc.cxx
index 66061cd8df55..6d75a03543ab 100644
--- a/cosv/source/storage/ploc.cxx
+++ b/cosv/source/storage/ploc.cxx
@@ -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.
@@ -155,3 +156,5 @@ Path::Get( bostream & o_rPath ) const
} // namespace ploc
} // namespace csv
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/ploc_dir.cxx b/cosv/source/storage/ploc_dir.cxx
index 0f769a5f7e6f..fb4a84ac94e3 100644
--- a/cosv/source/storage/ploc_dir.cxx
+++ b/cosv/source/storage/ploc_dir.cxx
@@ -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.
@@ -362,3 +363,4 @@ Directory::inq_MyPath() const
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/storage/plocroot.cxx b/cosv/source/storage/plocroot.cxx
index 441a241b3a63..70c8c6817cfc 100644
--- a/cosv/source/storage/plocroot.cxx
+++ b/cosv/source/storage/plocroot.cxx
@@ -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.
@@ -523,3 +524,4 @@ InvalidRoot::OwnDelimiter() const
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/strings/str_types.cxx b/cosv/source/strings/str_types.cxx
index 5508d3517ecb..aa3025f09c63 100644
--- a/cosv/source/strings/str_types.cxx
+++ b/cosv/source/strings/str_types.cxx
@@ -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.
@@ -42,3 +43,4 @@ CharOrder_Table::CharOrder_Table( const int * i_pCharWeightsArray )
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx
index 371d9b36c02a..009bacff43f3 100644
--- a/cosv/source/strings/streamstr.cxx
+++ b/cosv/source/strings/streamstr.cxx
@@ -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.
@@ -979,3 +980,5 @@ Split( std::vector<String> & o_list,
} // namespace csv
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/strings/string.cxx b/cosv/source/strings/string.cxx
index 92ac305f8f32..5d09218e10c1 100644
--- a/cosv/source/strings/string.cxx
+++ b/cosv/source/strings/string.cxx
@@ -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.
@@ -412,3 +413,5 @@ compare( const CharOrder_Table & i_rOrder,
} // namespace csv
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/unittest/file_ut.cxx b/cosv/source/unittest/file_ut.cxx
index b1c2a0a17cb9..80af885f0edf 100644
--- a/cosv/source/unittest/file_ut.cxx
+++ b/cosv/source/unittest/file_ut.cxx
@@ -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.
@@ -119,3 +120,4 @@ FUT_DECL( File, SeekRelative )
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/unittest/string_ut.cxx b/cosv/source/unittest/string_ut.cxx
index 690950d8ee97..292005881f18 100644
--- a/cosv/source/unittest/string_ut.cxx
+++ b/cosv/source/unittest/string_ut.cxx
@@ -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.
@@ -138,3 +139,4 @@ FUT_DECL( SimpleString, SeekRelative )
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/unittest/ut_main.cxx b/cosv/source/unittest/ut_main.cxx
index 750c628f32fb..0337dc74ba4a 100644
--- a/cosv/source/unittest/ut_main.cxx
+++ b/cosv/source/unittest/ut_main.cxx
@@ -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.
@@ -45,3 +46,4 @@ main(int argc, char * argv[])
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */