- Timestamp:
- 05/06/07 10:34:36 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Linux/Sources/Application/Server/CServerBrowse.h
r21 r54 29 29 #include "cdstring.h" 30 30 #include "templs.h" 31 #include "svector.h"32 31 #include <JBroadcaster.h> 33 32 #include <jColor.h> … … 118 117 }; 119 118 120 typedef svector<SServerBrowseData> CServerNodeArray;119 typedef vector<SServerBrowseData> CServerNodeArray; 121 120 122 121 CMboxProtocol* mServer; // Mail server associated with this window