moss-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Moss-devel] CVS: moss/colpatik/src/modules/input Event.cxx,1.3,1.4


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src/modules/input Event.cxx,1.3,1.4
Date: Sun, 14 Jul 2002 17:41:32 -0400

Update of /cvsroot/moss//moss/colpatik/src/modules/input
In directory subversions:/tmp/cvs-serv12904/src/modules/input

Modified Files:
        Event.cxx 
Log Message:
Added forgotten "typedef" for struct definition TEvent


Index: Event.cxx
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/modules/input/Event.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Event.cxx   13 Jul 2002 14:07:39 -0000      1.3
--- Event.cxx   14 Jul 2002 21:41:30 -0000      1.4
***************
*** 81,88 ****
    } // const TEvent& CEvent::operator = (const TEvent& src)
  
! CEvent::operator const TEvent ()
    {
!   return (TEvent) *this
!   } // CEvent::operator const TEvent ()
    
  ///////////////////////////////////////////////////
--- 81,88 ----
    } // const TEvent& CEvent::operator = (const TEvent& src)
  
! CEvent::operator const TEvent& ()
    {
!   return (TEvent) *this;
!   } // CEvent::operator const TEvent& ()
    
  ///////////////////////////////////////////////////




reply via email to

[Prev in Thread] Current Thread [Next in Thread]