diff options
Diffstat (limited to 'linden/indra/newview/lleventinfo.h')
-rw-r--r-- | linden/indra/newview/lleventinfo.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/lleventinfo.h b/linden/indra/newview/lleventinfo.h index 5741478..ef2bd33 100644 --- a/linden/indra/newview/lleventinfo.h +++ b/linden/indra/newview/lleventinfo.h | |||
@@ -44,7 +44,6 @@ class LLEventInfo | |||
44 | { | 44 | { |
45 | public: | 45 | public: |
46 | LLEventInfo() {} | 46 | LLEventInfo() {} |
47 | LLEventInfo(F32 global_x, F32 global_y, const char* name, U32 id, S32 unix_time, U32 event_flags); | ||
48 | 47 | ||
49 | void unpack(LLMessageSystem *msg); | 48 | void unpack(LLMessageSystem *msg); |
50 | 49 | ||
@@ -58,9 +57,9 @@ public: | |||
58 | U32 mDuration; | 57 | U32 mDuration; |
59 | std::string mTimeStr; | 58 | std::string mTimeStr; |
60 | LLUUID mRunByID; | 59 | LLUUID mRunByID; |
61 | LLString mSimName; | 60 | std::string mSimName; |
62 | LLVector3d mPosGlobal; | 61 | LLVector3d mPosGlobal; |
63 | U32 mUnixTime; // seconds from 1970 | 62 | time_t mUnixTime; // seconds from 1970 |
64 | BOOL mHasCover; | 63 | BOOL mHasCover; |
65 | U32 mCover; | 64 | U32 mCover; |
66 | U32 mEventFlags; | 65 | U32 mEventFlags; |