Changeset 6009
- Timestamp:
- 01/11/08 03:31:27 (11 months ago)
- Files:
-
- 1 modified
-
branches/newapi/licq/licq/event/event.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/licq/event/event.h
r5953 r6009 36 36 public: 37 37 typedef unsigned long Id; 38 typedef boost::shared_ptr<Event> Ptr; 38 39 39 40 /** 40 41 * Creates a new event with the given @a name. 41 42 */ 42 static boost::shared_ptr<Event>create(const std::string& name);43 static Ptr create(const std::string& name); 43 44 44 45 /**
