From: Adam Dickmeiss Date: Thu, 15 Jan 2009 12:33:04 +0000 (+0100) Subject: Updated footer comment X-Git-Tag: v1.3.5~7 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=dfdff5f2d2825a500d3d27200d2ec32ee063a975;hp=7b429cd9f6320f71b949f7e90270266b2f617c07 Updated footer comment --- diff --git a/include/yazproxy/bw.h b/include/yazproxy/bw.h index fe4d008..6a3d57a 100644 --- a/include/yazproxy/bw.h +++ b/include/yazproxy/bw.h @@ -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 diff --git a/include/yazproxy/limit-connect.h b/include/yazproxy/limit-connect.h index 4c55d94..454ba15 100644 --- a/include/yazproxy/limit-connect.h +++ b/include/yazproxy/limit-connect.h @@ -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 diff --git a/include/yazproxy/module.h b/include/yazproxy/module.h index 1d0043c..d238925 100644 --- a/include/yazproxy/module.h +++ b/include/yazproxy/module.h @@ -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 diff --git a/include/yazproxy/proxy.h b/include/yazproxy/proxy.h index 2c4549e..b44b42b 100644 --- a/include/yazproxy/proxy.h +++ b/include/yazproxy/proxy.h @@ -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 diff --git a/src/cdetails.cpp b/src/cdetails.cpp index fe1e725..7a024a6 100644 --- a/src/cdetails.cpp +++ b/src/cdetails.cpp @@ -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 diff --git a/src/charset-converter.cpp b/src/charset-converter.cpp index 91e3aed..6eb31c9 100644 --- a/src/charset-converter.cpp +++ b/src/charset-converter.cpp @@ -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 diff --git a/src/limit-connect.cpp b/src/limit-connect.cpp index ae96f04..2473c3d 100644 --- a/src/limit-connect.cpp +++ b/src/limit-connect.cpp @@ -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 */ + diff --git a/src/mod_helsinki.cpp b/src/mod_helsinki.cpp index 35efaa8..bf96b67 100644 --- a/src/mod_helsinki.cpp +++ b/src/mod_helsinki.cpp @@ -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 */ + diff --git a/src/mod_sample.cpp b/src/mod_sample.cpp index cd9fbda..eebdf32 100644 --- a/src/mod_sample.cpp +++ b/src/mod_sample.cpp @@ -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 diff --git a/src/modules.cpp b/src/modules.cpp index 49a0298..689b40d 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -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 diff --git a/src/msg-thread.cpp b/src/msg-thread.cpp index 474da8a..2dfd652 100644 --- a/src/msg-thread.cpp +++ b/src/msg-thread.cpp @@ -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 diff --git a/src/msg-thread.h b/src/msg-thread.h index 2c4815c..4cca183 100644 --- a/src/msg-thread.h +++ b/src/msg-thread.h @@ -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 diff --git a/src/proxyp.h b/src/proxyp.h index c77ce5e..fa3543b 100644 --- a/src/proxyp.h +++ b/src/proxyp.h @@ -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 diff --git a/src/t-server.cpp b/src/t-server.cpp index b54058c..df39889 100644 --- a/src/t-server.cpp +++ b/src/t-server.cpp @@ -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 diff --git a/src/tstthreads.cpp b/src/tstthreads.cpp index 8e09150..8ca9648 100644 --- a/src/tstthreads.cpp +++ b/src/tstthreads.cpp @@ -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 diff --git a/src/yaz-bw.cpp b/src/yaz-bw.cpp index a84cb8a..4c99d76 100644 --- a/src/yaz-bw.cpp +++ b/src/yaz-bw.cpp @@ -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 diff --git a/src/yaz-proxy-config.cpp b/src/yaz-proxy-config.cpp index b3a9ebd..1f640be 100644 --- a/src/yaz-proxy-config.cpp +++ b/src/yaz-proxy-config.cpp @@ -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 diff --git a/src/yaz-proxy-main.cpp b/src/yaz-proxy-main.cpp index 9382ddc..37441ad 100644 --- a/src/yaz-proxy-main.cpp +++ b/src/yaz-proxy-main.cpp @@ -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 diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index 35c5ba2..1d6e22c 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -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 diff --git a/src/yaz-usemarcon.cpp b/src/yaz-usemarcon.cpp index 6ac46b8..bfa70ef 100644 --- a/src/yaz-usemarcon.cpp +++ b/src/yaz-usemarcon.cpp @@ -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