Updated footer comment
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jan 2009 12:33:04 +0000 (13:33 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jan 2009 12:33:04 +0000 (13:33 +0100)
20 files changed:
include/yazproxy/bw.h
include/yazproxy/limit-connect.h
include/yazproxy/module.h
include/yazproxy/proxy.h
src/cdetails.cpp
src/charset-converter.cpp
src/limit-connect.cpp
src/mod_helsinki.cpp
src/mod_sample.cpp
src/modules.cpp
src/msg-thread.cpp
src/msg-thread.h
src/proxyp.h
src/t-server.cpp
src/tstthreads.cpp
src/yaz-bw.cpp
src/yaz-proxy-config.cpp
src/yaz-proxy-main.cpp
src/yaz-proxy.cpp
src/yaz-usemarcon.cpp

index fe4d008..6a3d57a 100644 (file)
@@ -38,6 +38,7 @@ class YAZ_EXPORT Yaz_bw {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 4c55d94..454ba15 100644 (file)
@@ -43,6 +43,7 @@ private:
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 1d0043c..d238925 100644 (file)
@@ -72,6 +72,7 @@ class Yaz_ProxyModules {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 2c4549e..b44b42b 100644 (file)
@@ -262,6 +262,7 @@ class YAZ_EXPORT Yaz_Proxy : public yazpp_1::Z_Assoc {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index fe1e725..7a024a6 100644 (file)
@@ -43,6 +43,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 91e3aed..6eb31c9 100644 (file)
@@ -147,6 +147,7 @@ void Yaz_CharsetConverter::convert_type_1(Z_RPNQuery *q, ODR o)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index ae96f04..2473c3d 100644 (file)
@@ -114,7 +114,9 @@ void LimitConnect::cleanup(bool all)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 35efaa8..bf96b67 100644 (file)
@@ -259,7 +259,9 @@ Yaz_ProxyModule_entry yazproxy_module = {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index cd9fbda..eebdf32 100644 (file)
@@ -92,6 +92,7 @@ Yaz_ProxyModule_entry yazproxy_module = {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 49a0298..689b40d 100644 (file)
@@ -191,6 +191,7 @@ int Yaz_ProxyModules::add_module(const char *fname)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 474da8a..2dfd652 100644 (file)
@@ -206,6 +206,7 @@ void Msg_Thread::put(IMsg_Thread *m)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 2c4815c..4cca183 100644 (file)
@@ -59,6 +59,7 @@ private:
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index c77ce5e..fa3543b 100644 (file)
@@ -204,6 +204,7 @@ class Yaz_ProxyClient : public yazpp_1::Z_Assoc {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b54058c..df39889 100644 (file)
@@ -269,6 +269,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 8e09150..8ca9648 100644 (file)
@@ -98,6 +98,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index a84cb8a..4c99d76 100644 (file)
@@ -63,6 +63,7 @@ void Yaz_bw::add_bytes(int b)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b3a9ebd..1f640be 100644 (file)
@@ -1367,6 +1367,7 @@ void Yaz_ProxyConfig::get_target_info(const char *name,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 9382ddc..37441ad 100644 (file)
@@ -276,6 +276,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 35c5ba2..1d6e22c 100644 (file)
@@ -3967,6 +3967,7 @@ void Yaz_Proxy::base64_decode(const char *base64, char *buf, int buf_len)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 6ac46b8..bfa70ef 100644 (file)
@@ -89,6 +89,7 @@ int Yaz_usemarcon::convert(const char *stage1, const char *stage2,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab