diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 03:19:44 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 03:19:44 +0000 |
commit | 44e7667312f1a75051e2ac98ec2b080b0ca9e977 (patch) | |
tree | 466b716b1cda3095d763802cb6150f9869dba37f /apps | |
parent | 473f67e8cdf743d7e5ed608eca836c99bebe7cc7 (diff) | |
download | ATCD-44e7667312f1a75051e2ac98ec2b080b0ca9e977.tar.gz |
Added a missing semicolon pointed out by David Levine (thanks!).
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS/server/JAWS_Pipeline_Handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/JAWS_Pipeline_Handler.h b/apps/JAWS/server/JAWS_Pipeline_Handler.h index 30975a99175..784b44f8b7c 100644 --- a/apps/JAWS/server/JAWS_Pipeline_Handler.h +++ b/apps/JAWS/server/JAWS_Pipeline_Handler.h @@ -12,7 +12,7 @@ class JAWS_Pipeline_Handler : public JAWS_Pipeline_Task // Methods that are common to pipeline components { public: - JAWS_Pipeline_Handler (void) + JAWS_Pipeline_Handler (void); // ACE_Task hooks virtual int put (ACE_Message_Block *mb, ACE_Time_Value *tv = 0); |