summaryrefslogtreecommitdiffstats
path: root/automation/source/simplecm
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:45:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:48:02 +0100
commitb77940e5af41aae869e9415aef5b184a51601df4 (patch)
tree0d859634fa75d377a1bb403daa4e581cff208f7e /automation/source/simplecm
parentMake some stl functions less ambiguous (fixes VC++ 10 compilation) (diff)
downloadcore-b77940e5af41aae869e9415aef5b184a51601df4.tar.gz
core-b77940e5af41aae869e9415aef5b184a51601df4.zip
add modelines to .hxx files as well
Diffstat (limited to 'automation/source/simplecm')
-rw-r--r--automation/source/simplecm/communiio.hxx3
-rw-r--r--automation/source/simplecm/packethandler.hxx3
-rw-r--r--automation/source/simplecm/tcpio.hxx3
3 files changed, 9 insertions, 0 deletions
diff --git a/automation/source/simplecm/communiio.hxx b/automation/source/simplecm/communiio.hxx
index 5431c9d49621..c0625ed8b2c6 100644
--- a/automation/source/simplecm/communiio.hxx
+++ b/automation/source/simplecm/communiio.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.
@@ -63,3 +64,5 @@ public:
comm_ULONG GetLastReceived() { return nLastReceived; }
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/automation/source/simplecm/packethandler.hxx b/automation/source/simplecm/packethandler.hxx
index ce0c22c100c9..31081b2e949a 100644
--- a/automation/source/simplecm/packethandler.hxx
+++ b/automation/source/simplecm/packethandler.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 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/automation/source/simplecm/tcpio.hxx b/automation/source/simplecm/tcpio.hxx
index 1aa49bc93f34..07c3edba7a5b 100644
--- a/automation/source/simplecm/tcpio.hxx
+++ b/automation/source/simplecm/tcpio.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.
@@ -59,3 +60,5 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */