From 538d05e2e2c678dcec9ade9946d27f7eeeecfa0e Mon Sep 17 00:00:00 2001 From: gernot Date: Thu, 6 Mar 2003 09:35:10 +0000 Subject: [PATCH] - fixed typo git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@23 4ebea2bb-67d4-0310-8558-a5799e421b66 --- src/modules/callmodule.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/modules/callmodule.h b/src/modules/callmodule.h index e2737fe..d542f39 100644 --- a/src/modules/callmodule.h +++ b/src/modules/callmodule.h @@ -2,7 +2,7 @@ @brief Contains CallModule - Base class for all call handling modules @author Gernot Hillier - $Revision: 1.1 $ + $Revision: 1.2 $ */ /*************************************************************************** @@ -100,7 +100,7 @@ class CallModule: public CallInterface empty function to overwrite if necessary */ - virtual void dataIn (unsigned char* data, unsigned lentgh); + virtual void dataIn (unsigned char* data, unsigned length); protected: /** @brief get the current time in # of seconds sinc 1/1/1970 @@ -120,8 +120,11 @@ class CallModule: public CallInterface /* History $Log: callmodule.h,v $ -Revision 1.1 2003/02/19 08:19:53 gernot -Initial revision +Revision 1.2 2003/03/06 09:35:10 gernot +- fixed typo + +Revision 1.1.1.1 2003/02/19 08:19:53 gernot +initial checkin of 0.4 Revision 1.12 2002/12/06 13:08:30 ghillie minor doc change