diff options
author | jcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-03 02:37:41 +0000 |
---|---|---|
committer | jcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-03 02:37:41 +0000 |
commit | ec08a70ed7a847de1c1a2a587feddb7712b75b91 (patch) | |
tree | e88e5c7cbce23dab2d7dc7c122974287fd172c5f /docs | |
parent | 23494630400166ca6ce7fa9562669a9e42f4fb60 (diff) | |
download | ATCD-ec08a70ed7a847de1c1a2a587feddb7712b75b91.tar.gz |
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/001/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/002/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/003/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/004/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/005/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/006/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/007/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/007/client_handler.h | 2 | ||||
-rw-r--r-- | docs/tutorials/007/thread_pool.h | 2 | ||||
-rw-r--r-- | docs/tutorials/008/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/009/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/010/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/011/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/012/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/013/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/014/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/015/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/016/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/017/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/018/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/019/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/020/Makefile | 2 | ||||
-rw-r--r-- | docs/tutorials/021/Makefile | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/docs/tutorials/001/Makefile b/docs/tutorials/001/Makefile index 448ca046d2a..59b2b33fda3 100644 --- a/docs/tutorials/001/Makefile +++ b/docs/tutorials/001/Makefile @@ -66,7 +66,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/002/Makefile b/docs/tutorials/002/Makefile index 2800b3e66f4..ed9fd633fa2 100644 --- a/docs/tutorials/002/Makefile +++ b/docs/tutorials/002/Makefile @@ -41,7 +41,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/003/Makefile b/docs/tutorials/003/Makefile index e9e9078e841..5fc1cd2b358 100644 --- a/docs/tutorials/003/Makefile +++ b/docs/tutorials/003/Makefile @@ -43,7 +43,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/004/Makefile b/docs/tutorials/004/Makefile index b5efacdab2c..67c79a15d9a 100644 --- a/docs/tutorials/004/Makefile +++ b/docs/tutorials/004/Makefile @@ -40,7 +40,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Local targets diff --git a/docs/tutorials/005/Makefile b/docs/tutorials/005/Makefile index 80ec50f81ca..f953d329191 100644 --- a/docs/tutorials/005/Makefile +++ b/docs/tutorials/005/Makefile @@ -105,7 +105,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/006/Makefile b/docs/tutorials/006/Makefile index a6794b89877..ea8bbb401b3 100644 --- a/docs/tutorials/006/Makefile +++ b/docs/tutorials/006/Makefile @@ -101,7 +101,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/007/Makefile b/docs/tutorials/007/Makefile index e5a533c3e42..fd4e5498862 100644 --- a/docs/tutorials/007/Makefile +++ b/docs/tutorials/007/Makefile @@ -103,7 +103,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/007/client_handler.h b/docs/tutorials/007/client_handler.h index 9b80364e53c..b2a43106dc8 100644 --- a/docs/tutorials/007/client_handler.h +++ b/docs/tutorials/007/client_handler.h @@ -126,7 +126,7 @@ protected: /* And since you shouldn't access a member variable directly, neither should you set (mutate) it. Although it might seem silly to do it this way, you'll thank yourself for it later. */ - void client_acceptor (Client_Acceptor *client_acceptor) + void client_acceptor (Client_Acceptor *_client_acceptor) { this->client_acceptor_ = _client_acceptor; } diff --git a/docs/tutorials/007/thread_pool.h b/docs/tutorials/007/thread_pool.h index b259cedbfea..32f44e4c0af 100644 --- a/docs/tutorials/007/thread_pool.h +++ b/docs/tutorials/007/thread_pool.h @@ -40,7 +40,7 @@ public: /* Opening the thread pool causes one or more threads to be activated. When activated, they all execute the svc() method declared below. */ - int open (int pool_size = default_pool_size); + int open (int pool_size = default_pool_size_); /* Some compilers will complain that our open() above attempts to override a virtual function in the baseclass. We have no diff --git a/docs/tutorials/008/Makefile b/docs/tutorials/008/Makefile index 41b49c4f01d..d522535c5a9 100644 --- a/docs/tutorials/008/Makefile +++ b/docs/tutorials/008/Makefile @@ -61,7 +61,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/009/Makefile b/docs/tutorials/009/Makefile index 41b49c4f01d..d522535c5a9 100644 --- a/docs/tutorials/009/Makefile +++ b/docs/tutorials/009/Makefile @@ -61,7 +61,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/010/Makefile b/docs/tutorials/010/Makefile index 858ad6d89f6..1731046ff1e 100644 --- a/docs/tutorials/010/Makefile +++ b/docs/tutorials/010/Makefile @@ -64,7 +64,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/011/Makefile b/docs/tutorials/011/Makefile index 858ad6d89f6..1731046ff1e 100644 --- a/docs/tutorials/011/Makefile +++ b/docs/tutorials/011/Makefile @@ -64,7 +64,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/012/Makefile b/docs/tutorials/012/Makefile index 858ad6d89f6..1731046ff1e 100644 --- a/docs/tutorials/012/Makefile +++ b/docs/tutorials/012/Makefile @@ -64,7 +64,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/013/Makefile b/docs/tutorials/013/Makefile index 921d82a00c7..ff5998c2045 100644 --- a/docs/tutorials/013/Makefile +++ b/docs/tutorials/013/Makefile @@ -62,7 +62,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend .depend : # touch .depend diff --git a/docs/tutorials/014/Makefile b/docs/tutorials/014/Makefile index 622f70c077a..c403fe186fb 100644 --- a/docs/tutorials/014/Makefile +++ b/docs/tutorials/014/Makefile @@ -68,7 +68,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/015/Makefile b/docs/tutorials/015/Makefile index b4348875db7..2851bd7ceb8 100644 --- a/docs/tutorials/015/Makefile +++ b/docs/tutorials/015/Makefile @@ -30,4 +30,4 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend* diff --git a/docs/tutorials/016/Makefile b/docs/tutorials/016/Makefile index ad71e06d41b..fd8db566c91 100644 --- a/docs/tutorials/016/Makefile +++ b/docs/tutorials/016/Makefile @@ -68,7 +68,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/017/Makefile b/docs/tutorials/017/Makefile index a3c76235eca..ac6e43168e1 100644 --- a/docs/tutorials/017/Makefile +++ b/docs/tutorials/017/Makefile @@ -68,7 +68,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/018/Makefile b/docs/tutorials/018/Makefile index b522713047e..669b4436100 100644 --- a/docs/tutorials/018/Makefile +++ b/docs/tutorials/018/Makefile @@ -68,7 +68,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/019/Makefile b/docs/tutorials/019/Makefile index 7183f69be15..348bda5f355 100644 --- a/docs/tutorials/019/Makefile +++ b/docs/tutorials/019/Makefile @@ -70,7 +70,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/020/Makefile b/docs/tutorials/020/Makefile index 828a6c31551..f211d39ae14 100644 --- a/docs/tutorials/020/Makefile +++ b/docs/tutorials/020/Makefile @@ -70,7 +70,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies diff --git a/docs/tutorials/021/Makefile b/docs/tutorials/021/Makefile index 9d80950570c..c369a70c402 100644 --- a/docs/tutorials/021/Makefile +++ b/docs/tutorials/021/Makefile @@ -70,7 +70,7 @@ UNSHAR : # sh combine.shar CLEAN : realclean - rm -f hdr bodies *.pre *.pst + rm -f hdr bodies *.pre *.pst .depend #---------------------------------------------------------------------------- # Dependencies |