diff options
Diffstat (limited to 'docs/tutorials/020/page05.html')
-rw-r--r-- | docs/tutorials/020/page05.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials/020/page05.html b/docs/tutorials/020/page05.html index 612a942a061..e60beaa5158 100644 --- a/docs/tutorials/020/page05.html +++ b/docs/tutorials/020/page05.html @@ -1,3 +1,4 @@ +<!-- $Id$ --> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> @@ -43,12 +44,12 @@ class SharedData { public: SharedData (int initialize = 1); - + void set (void); void show (void); int available (void); void available (int not_in_use); - + protected: char buf_[128]; int available_; |