moss-devel
[Top][All Lists]
Advanced

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

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


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

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

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


Index: Event.h
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/include/modules/input/Event.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Event.h     13 Jul 2002 14:07:39 -0000      1.3
--- Event.h     14 Jul 2002 21:41:29 -0000      1.4
***************
*** 56,66 ****
    {
  
!   struct tagEvent
!     {
!     time_t m_tStart;
!     time_t m_tId;
!     long   m_nType;
!     void*  m_pData;
!     } TEvent, *PEvent;
  
    class CEvent : public TEvent
--- 56,67 ----
    {
  
!   typedef
!     struct tagEvent
!       {
!       time_t m_tStart;
!       time_t m_tId;
!       long   m_nType;
!       void*  m_pData;
!       } TEvent, *PEvent;
  
    class CEvent : public TEvent




reply via email to

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