Updated footer comment
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jan 2009 12:32:39 +0000 (13:32 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jan 2009 12:32:39 +0000 (13:32 +0100)
57 files changed:
include/yazpp/cql2rpn.h
include/yazpp/gdu.h
include/yazpp/gduqueue.h
include/yazpp/ir-assoc.h
include/yazpp/pdu-assoc.h
include/yazpp/pdu-observer.h
include/yazpp/query.h
include/yazpp/record-cache.h
include/yazpp/socket-manager.h
include/yazpp/socket-observer.h
include/yazpp/z-assoc.h
include/yazpp/z-databases.h
include/yazpp/z-query.h
include/yazpp/z-server.h
src/gdu.cpp
src/gduqueue.cpp
src/pdu-observer.cpp
src/query.cpp
src/socket-observer.cpp
src/tstquery.cpp
src/yaz-cql2rpn.cpp
src/yaz-ir-assoc.cpp
src/yaz-marc-sample.cpp
src/yaz-my-client.cpp
src/yaz-my-server.cpp
src/yaz-pdu-assoc-thread.cpp
src/yaz-pdu-assoc.cpp
src/yaz-socket-manager.cpp
src/yaz-z-assoc.cpp
src/yaz-z-cache.cpp
src/yaz-z-databases.cpp
src/yaz-z-query.cpp
src/yaz-z-server-ill.cpp
src/yaz-z-server-sr.cpp
src/yaz-z-server-update.cpp
src/yaz-z-server.cpp
src/z-server.cpp
zlint/main.cpp
zlint/test-init-01.cpp
zlint/test-init-02.cpp
zlint/test-init-03.cpp
zlint/test-init-04.cpp
zlint/test-init-05.cpp
zlint/test-init-06.cpp
zlint/test-init-07.cpp
zlint/test-init-08.cpp
zlint/test-scan-01.cpp
zlint/test-search-01.cpp
zlint/zlint.cpp
zlint/zlint.h
zoom/canonical.cpp
zoom/zclient.cpp
zoom/zconn.cpp
zoom/zexcept.cpp
zoom/zquery.cpp
zoom/zrec.cpp
zoom/zrs.cpp

index 891dfa0..d5324d7 100644 (file)
@@ -45,6 +45,7 @@ class YAZ_EXPORT Yaz_cql2rpn {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index c212a4a..1e253a8 100644 (file)
@@ -53,6 +53,7 @@ namespace yazpp_1 {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 6b0d229..1828252 100644 (file)
@@ -56,6 +56,7 @@ namespace yazpp_1 {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 2b13eff..4da019b 100644 (file)
@@ -103,6 +103,7 @@ class YAZ_EXPORT IR_Assoc: public Z_Assoc {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 8b98da2..2c8e97b 100644 (file)
@@ -120,6 +120,7 @@ class YAZ_EXPORT PDU_AssocThread : public PDU_Assoc {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index c8f3d43..a9c54c0 100644 (file)
@@ -90,6 +90,7 @@ class YAZ_EXPORT IPDU_Observer {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index ecdf989..af49466 100644 (file)
@@ -48,6 +48,7 @@ class YAZ_EXPORT Yaz_Query {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index c23be3c..422d720 100644 (file)
@@ -59,6 +59,7 @@ class YAZ_EXPORT RecordCache {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 13a43fe..c83c3f3 100644 (file)
@@ -91,6 +91,7 @@ class YAZ_EXPORT SocketManager : public ISocketObservable {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 3de5544..0fa4e98 100644 (file)
@@ -94,6 +94,7 @@ namespace yazpp_1 {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b546360..9ce34db 100644 (file)
@@ -118,6 +118,7 @@ class YAZ_EXPORT Z_Assoc : public IPDU_Observer {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index f1b97ef..8d8ced3 100644 (file)
@@ -49,6 +49,7 @@ public:
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index a708f8e..5a5c3c0 100644 (file)
@@ -69,6 +69,7 @@ class YAZ_EXPORT Yaz_Z_Query : public Yaz_Query {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 947f61e..33d935f 100644 (file)
@@ -163,6 +163,7 @@ class YAZ_EXPORT Yaz_USMARC {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 987f4b9..8df705e 100644 (file)
@@ -82,6 +82,7 @@ void GDU::move_away_gdu(ODR dst, Z_GDU **gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 7be4f18..f723ff9 100644 (file)
@@ -57,6 +57,7 @@ GDUQueue::~GDUQueue()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index a1c6758..bf09149 100644 (file)
@@ -20,7 +20,9 @@ IPDU_Observer::~IPDU_Observer()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 71e9a82..1eca8a5 100644 (file)
@@ -15,7 +15,9 @@ Yaz_Query::~Yaz_Query()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index c3afbc2..3eefe75 100644 (file)
@@ -20,7 +20,9 @@ ISocketObserver::~ISocketObserver()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 75f17a6..8043b82 100644 (file)
@@ -39,7 +39,9 @@ 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 2093e2a..3aa57fc 100644 (file)
@@ -83,6 +83,7 @@ int Yaz_cql2rpn::query_transform(const char *cql_query,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index a96a356..d5854d1 100644 (file)
@@ -429,6 +429,7 @@ int IR_Assoc::send_deleteResultSetRequest(char* pResultSetId, char* pRefId)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b822f9b..2289711 100644 (file)
@@ -1488,6 +1488,7 @@ const char *Yaz_USMARC::get_record(size_t position)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 32e9bbe..90504e2 100644 (file)
@@ -552,6 +552,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 2c5d7cc..d79032b 100644 (file)
@@ -245,6 +245,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 e96a14e..e9f5178 100644 (file)
@@ -115,6 +115,7 @@ void PDU_AssocThread::childNotify(COMSTACK cs)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 3ff759f..afa0e59 100644 (file)
@@ -516,6 +516,7 @@ const char*PDU_Assoc::getpeername()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 4d15f30..715a2b6 100644 (file)
@@ -319,6 +319,7 @@ SocketManager::~SocketManager()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index cd45946..95c9b14 100644 (file)
@@ -420,6 +420,7 @@ Z_ReferenceId* Z_Assoc::getRefID(char* str)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 4e78343..9c3eab6 100644 (file)
@@ -215,6 +215,7 @@ int RecordCache::lookup (ODR o, Z_NamePlusRecordList **npr,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 798eb1f..afcf3c7 100644 (file)
@@ -66,6 +66,7 @@ int Yaz_Z_Databases::match (int num, const char **db)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 461c55e..50dafd6 100644 (file)
@@ -135,6 +135,7 @@ int Yaz_Z_Query::match(const Yaz_Z_Query *other)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 94e6935..41bb43f 100644 (file)
@@ -40,6 +40,7 @@ int Yaz_Facility_ILL::recv(Z_Server *s, Z_APDU *apdu_request)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index c90157e..ed8c6c2 100644 (file)
@@ -238,6 +238,7 @@ int Yaz_Facility_Retrieval::recv(Z_Server *s, Z_APDU *apdu_request)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 14506f8..ae3b0fb 100644 (file)
@@ -51,6 +51,7 @@ int Yaz_Facility_Update::recv(Z_Server *s, Z_APDU *apdu_request)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 3352f7a..ffa9d26 100644 (file)
@@ -192,6 +192,7 @@ void Z_ServerUtility::create_diagnostics (
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index f754f94..dd7e9df 100644 (file)
@@ -20,6 +20,7 @@ IServer_Facility::~IServer_Facility()
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 9dc8aab..a2a20cf 100644 (file)
@@ -53,6 +53,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 61c9427..c51bf69 100644 (file)
@@ -64,6 +64,7 @@ Zlint_code Zlint_test_init_01::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b94c8af..499c3a8 100644 (file)
@@ -57,6 +57,7 @@ Zlint_code Zlint_test_init_02::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index e6f714a..adf3a2f 100644 (file)
@@ -58,6 +58,7 @@ Zlint_code Zlint_test_init_03::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 434a5a1..1d8bbaf 100644 (file)
@@ -60,6 +60,7 @@ Zlint_code Zlint_test_init_04::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 7341ed0..d6cf2a0 100644 (file)
@@ -118,6 +118,7 @@ Zlint_code Zlint_test_init_05::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 7ed193b..27eb9fb 100644 (file)
@@ -78,6 +78,7 @@ Zlint_code Zlint_test_init_06::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index e3b33af..453af8b 100644 (file)
@@ -106,6 +106,7 @@ Zlint_code Zlint_test_init_07::recv_gdu(Zlint *z, Z_GDU *gdu)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b4c3a65..7e37e4e 100644 (file)
@@ -78,6 +78,7 @@ Zlint_code Zlint_test_init_08::recv_fail(Zlint *z, int reason)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 5448e92..0df895f 100644 (file)
@@ -130,6 +130,7 @@ Zlint_code Zlint_test_scan_01::recv_fail(Zlint *z, int reason)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 535e556..85e9ab6 100644 (file)
@@ -278,6 +278,7 @@ Zlint_code Zlint_test_search_01::recv_fail(Zlint *z, int reason)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 9589f86..ad3d811 100644 (file)
@@ -269,6 +269,7 @@ Zlint_code Zlint_test_simple::recv_fail(Zlint *z, int reason)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index fa396c1..80cbd59 100644 (file)
@@ -175,6 +175,7 @@ public:
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 01437c0..134db55 100644 (file)
@@ -17,6 +17,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 aa3f603..ba1abdd 100644 (file)
@@ -49,6 +49,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 8d9e88c..9ac4fcb 100644 (file)
@@ -50,6 +50,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 36fef06..d2569b3 100644 (file)
@@ -106,6 +106,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index 8bc757a..1cffefe 100644 (file)
@@ -48,6 +48,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index f43662e..8e29e3a 100644 (file)
@@ -97,6 +97,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index b33e27c..5f19668 100644 (file)
@@ -39,6 +39,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab