Changeset 6010 for branches/newapi
- Timestamp:
- 01/11/08 03:33:08 (11 months ago)
- Files:
-
- 1 modified
-
branches/newapi/licq/licq/interface/plugin.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/licq/interface/plugin.h
r5931 r6010 24 24 #include "licq/thread/thread.h" 25 25 26 #include <boost/shared_ptr.hpp> 26 27 #include <string> 27 28 #include <vector> … … 55 56 struct Information 56 57 { 58 typedef boost::shared_ptr<const Information> Ptr; 59 57 60 std::string name; 58 61 std::string description; … … 67 70 std::string filename; 68 71 }; 72 73 typedef std::vector<Information::Ptr> InformationVector; 69 74 70 75 struct Setup
