Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv17347/src/classes
Modified Files:
MessageView.cpp
Log Message:
1. extracted MTextStyle in its own header
2. moved the view filters in their own subdir under src/modules
3. added another view filter, for mailing list trailer detection
Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.101
retrieving revision 1.102
diff -b -u -2 -r1.101 -r1.102
--- MessageView.cpp 30 Nov 2002 00:54:45 -0000 1.101
+++ MessageView.cpp 30 Nov 2002 01:47:40 -0000 1.102
@@ -270,5 +270,5 @@
virtual void DoProcess(String& text,
MessageViewer *viewer,
- const MTextStyle& style)
+ MTextStyle& style)
{
viewer->InsertText(text, style);
@@ -284,5 +284,5 @@
public:
ViewFilterNode(ViewFilter *filter,
- ViewFilter::Priority prio,
+ int prio,
const String& name,
ViewFilterNode *next)
@@ -301,5 +301,5 @@
ViewFilter *GetFilter() const { return m_filter; }
- ViewFilter::Priority GetPriority() const { return m_prio; }
+ int GetPriority() const { return m_prio; }
const String& GetName() const { return m_name; }
ViewFilterNode *GetNext() const { return m_next; }
@@ -307,5 +307,5 @@
private:
ViewFilter *m_filter;
- ViewFilter::Priority m_prio;
+ int m_prio;
String m_name;
ViewFilterNode *m_next;
@@ -715,5 +715,5 @@
{
// create the node for the new filter
- ViewFilter::Priority prio = filterFactory->GetPriority();
+ int prio = filterFactory->GetPriority();
if ( prio < ViewFilter::Priority_Lowest )
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates